Versions in this module Expand all Collapse all v1 v1.15.0 Feb 14, 2023 Changes in this version + var BaseURLs = urls.Init("postgres_flex", "https://postgres-flex-service.api.eu01.stackit.cloud", ...) + type Client struct + Client common.Client + Credentials *credentials.Client + Instances *instances.Client + Offerings *offerings.Client + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + type ClientOption func(*Client) error + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer common.Client) ClientOption + type ClientWithResponses struct + Client *Client + Credentials *credentials.ClientWithResponses + Instances *instances.ClientWithResponses + Offerings *offerings.ClientWithResponses + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func NewService(c common.Client) *ClientWithResponses