Versions in this module Expand all Collapse all v1 v1.0.0 Jun 20, 2020 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + type APIProductInventoryManagement struct + Product product.ClientService + Transport runtime.ClientTransport + func New(transport runtime.ClientTransport, formats strfmt.Registry) *APIProductInventoryManagement + func NewHTTPClient(formats strfmt.Registry) *APIProductInventoryManagement + func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *APIProductInventoryManagement + func (c *APIProductInventoryManagement) SetTransport(transport runtime.ClientTransport) + type TransportConfig struct + BasePath string + Host string + Schemes []string + func DefaultTransportConfig() *TransportConfig + func (cfg *TransportConfig) WithBasePath(basePath string) *TransportConfig + func (cfg *TransportConfig) WithHost(host string) *TransportConfig + func (cfg *TransportConfig) WithSchemes(schemes []string) *TransportConfig