Documentation
¶
Index ¶
- Variables
- func GetCacheDBList() []schema.Database
- func SetCacheDBList(dbs []schema.Database)
- type Driver
- func (d *Driver) CreateAccount(ctx context.Context, instanceID, dbName string) (schema.DatabaseActionResult, error)
- func (d *Driver) DeleteAccount(ctx context.Context, instanceID string) (schema.DatabaseActionResult, error)
- func (d *Driver) GetDatabases(ctx context.Context) ([]schema.Database, error)
- func (d *Driver) PartialError() error
- func (d *Driver) SetClientOptions(opts ...api.Option)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CacheDBList []schema.Database
)
Functions ¶
func GetCacheDBList ¶ added in v0.1.7
func SetCacheDBList ¶ added in v0.1.7
Types ¶
type Driver ¶ added in v0.0.9
type Driver struct {
Cred aliauth.Credential
Region string
// contains filtered or unexported fields
}
func (*Driver) CreateAccount ¶ added in v0.1.1
func (*Driver) DeleteAccount ¶ added in v0.1.1
func (*Driver) GetDatabases ¶ added in v0.0.9
func (*Driver) PartialError ¶ added in v0.2.4
func (*Driver) SetClientOptions ¶ added in v0.2.3
Click to show internal directories.
Click to hide internal directories.