package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create is a method to create a new database user using given parameters.
Delete is a method to remove an existing database user.
ExtractUsers is a method to extract the list of database role for DDS service.
List is a method to query the list of the users using given opts.
ResetPassword is a method to reset the database user password.

# Structs

CreateOpts is the structure required by the Create method to create a new database user.
DeleteOpts is the structure required by the Delete method to remove an existing database user.
ListOpts allows to filter list data using given parameters.
ListResp is the structure that represents the API response of 'List' method.
PwdResetOpts is the structure required by the ResetPassword method to reset the database user password.
UserPage is a single page maximum result representing a query by offset page.
UserResp is the structure that represents the detail of the database user.