Versions in this module Expand all Collapse all v1 v1.2.4 Mar 19, 2026 Changes in this version + type APIClient struct + BootstrappingRequestApi *BootstrappingRequestApiService + func NewAPIClient(cfg *Configuration) *APIClient + type BootstrappingInfoRequestError struct + Location string + ProblemDetails models.ProblemDetails + RedirectResponse models.RedirectResponse + type BootstrappingInfoRequestRequest struct + IfNoneMatch *string + func (r *BootstrappingInfoRequestRequest) SetIfNoneMatch(IfNoneMatch string) + type BootstrappingInfoRequestResponse struct + BootstrappingInfo models.BootstrappingInfo + CacheControl string + ETag string + type BootstrappingRequestApiService service + func (a *BootstrappingRequestApiService) BootstrappingInfoRequest(ctx context.Context, request *BootstrappingInfoRequestRequest) (*BootstrappingInfoRequestResponse, error) + type Configuration struct + MetricsHook openapi.RequestMetricsHook + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) BasePath() string + func (c *Configuration) DefaultHeader() map[string]string + func (c *Configuration) HTTPClient() *http.Client + func (c *Configuration) Host() string + func (c *Configuration) Metrics() openapi.RequestMetricsHook + func (c *Configuration) SetBasePath(apiRoot string) + func (c *Configuration) SetHTTPClient(client *http.Client) + func (c *Configuration) SetHost(host string) + func (c *Configuration) SetMetrics(h openapi.RequestMetricsHook) + func (c *Configuration) SetUserAgent(userAgent string) + func (c *Configuration) UserAgent() string