Documentation
¶
Index ¶
- func Tools(c *client.ClientWithResponses) []server.ServerTool
- type Repo
- func (r *Repo) CreatePostgres(ctx context.Context, input client.PostgresPOSTInput) (*client.PostgresDetail, error)
- func (r *Repo) GetPostgres(ctx context.Context, id string) (*client.PostgresDetail, error)
- func (r *Repo) GetPostgresConnectionInfo(ctx context.Context, id string) (*client.PostgresConnectionInfo, error)
- func (r *Repo) ListPostgres(ctx context.Context, params *client.ListPostgresParams) ([]*client.Postgres, error)
- func (r *Repo) RestartPostgresDatabase(ctx context.Context, id string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Tools ¶
func Tools(c *client.ClientWithResponses) []server.ServerTool
Types ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
func (*Repo) CreatePostgres ¶
func (r *Repo) CreatePostgres(ctx context.Context, input client.PostgresPOSTInput) (*client.PostgresDetail, error)
func (*Repo) GetPostgres ¶
func (*Repo) GetPostgresConnectionInfo ¶
func (*Repo) ListPostgres ¶
Click to show internal directories.
Click to hide internal directories.