Versions in this module Expand all Collapse all v0 v0.4.0 Jul 23, 2026 Changes in this version + var ServerList = []string + func Bool(b bool) *bool + func Float32(f float32) *float32 + func Float64(f float64) *float64 + func Int(i int) *int + func Int64(i int64) *int64 + func Pointer[T any](v T) *T + func String(s string) *string + type APICredentials struct + func (s *APICredentials) Create(ctx context.Context, organizationID string, ...) (*operations.V1APICredentialsCreateAPICredentialResponse, error) + func (s *APICredentials) Delete(ctx context.Context, organizationID string, apiCredentialID string, ...) (*operations.V1APICredentialsDeleteAPICredentialResponse, error) + func (s *APICredentials) Get(ctx context.Context, organizationID string, apiCredentialID string, ...) (*operations.V1APICredentialsGetAPICredentialResponse, error) + func (s *APICredentials) List(ctx context.Context, organizationID string, opts ...operations.Option) (*operations.V1APICredentialsListAPICredentialsResponse, error) + func (s *APICredentials) Update(ctx context.Context, organizationID string, apiCredentialID string, ...) (*operations.V1APICredentialsUpdateAPICredentialResponse, error) + type CriblMgmtPlane struct + APICredentials *APICredentials + Health *Health + SDKVersion string + Workspaces *Workspaces + func New(opts ...SDKOption) *CriblMgmtPlane + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error) + type Health struct + func (s *Health) Get(ctx context.Context, opts ...operations.Option) (*operations.GetHealthStatusResponse, error) + type SDKOption func(*CriblMgmtPlane) + func WithClient(client HTTPClient) SDKOption + func WithRetryConfig(retryConfig retry.Config) SDKOption + func WithSecurity(security components.Security) SDKOption + func WithSecuritySource(security func(context.Context) (components.Security, error)) SDKOption + func WithServerIndex(serverIndex int) SDKOption + func WithServerURL(serverURL string) SDKOption + func WithTemplatedServerURL(serverURL string, params map[string]string) SDKOption + func WithTimeout(timeout time.Duration) SDKOption + type Workspaces struct + func (s *Workspaces) Create(ctx context.Context, organizationID string, ...) (*operations.V1WorkspacesCreateWorkspaceResponse, error) + func (s *Workspaces) Delete(ctx context.Context, organizationID string, workspaceID string, ...) (*operations.V1WorkspacesDeleteWorkspaceResponse, error) + func (s *Workspaces) Get(ctx context.Context, organizationID string, workspaceID string, ...) (*operations.V1WorkspacesGetWorkspaceResponse, error) + func (s *Workspaces) List(ctx context.Context, organizationID string, opts ...operations.Option) (*operations.V1WorkspacesListWorkspacesResponse, error) + func (s *Workspaces) Update(ctx context.Context, organizationID string, workspaceID string, ...) (*operations.V1WorkspacesUpdateWorkspaceResponse, error) v0.4.0-rc.1 Jul 23, 2026