Documentation ¶
Index ¶
- Constants
- func ImageExists(ctx context.Context) (ok bool, err error)
- func PullImage(ctx context.Context) error
- type Driver
- func (d *Driver) ClusterStatus(ctx context.Context, id sqldb.ClusterID) (*sqldb.ClusterStatus, error)
- func (d *Driver) CreateCluster(ctx context.Context, p *sqldb.CreateParams, log zerolog.Logger) (status *sqldb.ClusterStatus, err error)
- func (d *Driver) DestroyCluster(ctx context.Context, id sqldb.ClusterID) error
Constants ¶
View Source
const ( DefaultSuperuserUsername = "postgres" DefaultSuperuserPassword = "postgres" DefaultRootDatabase = "postgres" )
View Source
const Image = "postgres:14-alpine"
Variables ¶
This section is empty.
Functions ¶
func ImageExists ¶
ImageExists reports whether the docker image exists.
Types ¶
type Driver ¶
type Driver struct{}
func (*Driver) ClusterStatus ¶
func (*Driver) CreateCluster ¶
func (d *Driver) CreateCluster(ctx context.Context, p *sqldb.CreateParams, log zerolog.Logger) (status *sqldb.ClusterStatus, err error)
Click to show internal directories.
Click to hide internal directories.