Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostgreSQLFlexClient ¶
type PostgreSQLFlexClient interface { GetInstanceExecute(ctx context.Context, projectId, instanceId string) (*postgresflex.InstanceResponse, error) ListVersionsExecute(ctx context.Context, projectId string) (*postgresflex.ListVersionsResponse, error) GetUserExecute(ctx context.Context, projectId, instanceId, userId string) (*postgresflex.GetUserResponse, error) }
Click to show internal directories.
Click to hide internal directories.