Versions in this module Expand all Collapse all v0 v0.4.41 Apr 27, 2026 Changes in this version + func FormatAttachedApps(apps []mpgv1.AttachedApp) string + func GetMpgProxyParams(ctx context.Context, localProxyPort string, username string, clusterID string, ...) (*mpgv1.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, 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 RunList(ctx context.Context, orgSlug string) error + func RunProxy(ctx context.Context, clusterID string, resolvedOrgSlug string) error + func RunRestore(ctx context.Context, clusterID 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 + VolumeSizeGB int + type CreatePlanDisplay struct + CPU string + Memory string + Name string + PricePerMo int