package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Packages

db_databases_v1.

# Functions

Create will create a new database within the specified instance.
Delete will permanently delete the database within a specified instance.
ExtractDBs will convert a generic pagination struct into a more relevant slice of DB structs.
List will list all of the databases for a specified instance.

# Structs

CreateOpts is the struct responsible for configuring a database; often in the context of an instance.
CreateResult represents the result of a Create operation.
Database represents a Database API resource.
DBPage represents a single page of a paginated DB collection.
DeleteResult represents the result of a Delete operation.

# Interfaces

CreateOptsBuilder builds create options.

# Type aliases

BatchCreateOpts allows for multiple databases to created and modified.