Versions in this module Expand all Collapse all v0 v0.75.0 Nov 22, 2024 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + func NewDateTime(t time.Time) strfmt.DateTime + type JusticeCsmService struct + App app.ClientService + AppV2 app_v2.ClientService + Configuration configuration.ClientService + ConfigurationV2 configuration_v2.ClientService + Deployment deployment.ClientService + DeploymentV2 deployment_v2.ClientService + Image image.ClientService + ImageV2 image_v2.ClientService + Messages messages.ClientService + NotificationSubscription notification_subscription.ClientService + ResourcesLimits resources_limits.ClientService + Runtime *httptransport.Runtime + Transport runtime.ClientTransport + func New(transport runtime.ClientTransport, runtime *httptransport.Runtime, ...) *JusticeCsmService + func NewClientWithBasePath(url string, endpoint string) *JusticeCsmService + func NewHTTPClient(formats strfmt.Registry) *JusticeCsmService + func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *JusticeCsmService + func (c *JusticeCsmService) 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