postgres

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Repo

type Repo struct {
	// contains filtered or unexported fields
}

func NewRepo

func NewRepo(c postgresRepoClient) *Repo

func (*Repo) CreatePostgres

func (r *Repo) CreatePostgres(ctx context.Context, input client.PostgresPOSTInput) (*client.PostgresDetail, error)

func (*Repo) GetPostgres

func (r *Repo) GetPostgres(ctx context.Context, id string) (*client.PostgresDetail, error)

func (*Repo) GetPostgresConnectionInfo

func (r *Repo) GetPostgresConnectionInfo(ctx context.Context, id string) (*client.PostgresConnectionInfo, error)

func (*Repo) ListPostgres

func (r *Repo) ListPostgres(ctx context.Context, params *client.ListPostgresParams) ([]*client.Postgres, error)

func (*Repo) RestartPostgresDatabase

func (r *Repo) RestartPostgresDatabase(ctx context.Context, id string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL