package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Create is a method to create a new database by CreateOpts.
Delete is a method to remove the exist database by database name.
List is a method to obtain a list of databases by ListOpts.
UpdateDBOwner is a method to update database owner by UpdateDBOwnerOpts.
# Structs
CreateOpts is a structure which allows to create a new database using given parameters.
Database is a object that represents the database detail.
ListOpts is a structure which allows to obtain databases using given parameters.
ListResp is a object that represents the result of List operation.
RequestResp is a object that represents the result of Create and UpdateDBOwner operation.
UpdateDBOwnerOpts is a structure which allows to update database owner using given name.