Versions in this module Expand all Collapse all v0 v0.4.49 May 7, 2026 Changes in this version + func GetMpgProxyParams(ctx context.Context, localProxyPort string, username string, clusterID string, ...) (*mpgv2.ManagedCluster, *proxy.ConnectParams, ...) + func RunAttach(ctx context.Context, clusterID string) error + func RunBackupCreate(ctx context.Context, clusterID string) error + func RunBackupList(ctx context.Context, clusterID string) error + func RunConnect(ctx context.Context, clusterID string, resolvedOrgSlug string, ...) (err error) + func RunCreate(ctx context.Context, orgRawSlug string, params *CreateClusterParams, ...) error + func RunDatabasesCreate(ctx context.Context, clusterID string) error + func RunDatabasesList(ctx context.Context, clusterID string) error + func RunDestroy(ctx context.Context, clusterId string) error + func RunDetach(ctx context.Context, clusterID string, appName string) error + func RunProxy(ctx context.Context, clusterID string, resolvedOrgSlug string, ...) error + func RunRestore(ctx context.Context, clusterID string, backupID string) error + func RunStatus(ctx context.Context, clusterID string) error + func RunUsersCreate(ctx context.Context, clusterID string) error + func RunUsersDelete(ctx context.Context, clusterID string) error + func RunUsersList(ctx context.Context, clusterID string) error + func RunUsersSetRole(ctx context.Context, clusterID string) error + type CreateClusterParams struct + Name string + OrgSlug string + PGMajorVersion int + Plan string + PostGISEnabled bool + Region string + StorageInGb int + type CreatePlanDisplay struct + CPU string + Memory string + Name string + PricePerMo int