Documentation ¶ Index ¶ type Driver func (d *Driver) ListMySQL(ctx context.Context) ([]schema.Database, error) func (d *Driver) ListPostgreSQL(ctx context.Context) ([]schema.Database, error) func (d *Driver) ListSQLServer(ctx context.Context) ([]schema.Database, error) func (d *Driver) PartialError() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { Client *api.Client Region string // contains filtered or unexported fields } func (*Driver) ListMySQL ¶ func (d *Driver) ListMySQL(ctx context.Context) ([]schema.Database, error) func (*Driver) ListPostgreSQL ¶ func (d *Driver) ListPostgreSQL(ctx context.Context) ([]schema.Database, error) func (*Driver) ListSQLServer ¶ func (d *Driver) ListSQLServer(ctx context.Context) ([]schema.Database, error) func (*Driver) PartialError ¶ func (d *Driver) PartialError() error Source Files ¶ View all Source files databases.go Click to show internal directories. Click to hide internal directories.