Versions in this module Expand all Collapse all v0 v0.2.3 Jan 14, 2023 v0.2.2 Feb 23, 2022 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + type Bc struct + Admin admin.ClientService + Groups groups.ClientService + Login login.ClientService + Pools pools.ClientService + Transport runtime.ClientTransport + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Bc + func NewHTTPClient(formats strfmt.Registry) *Bc + func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *Bc + func (c *Bc) 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