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 role using given parameters.
Delete is a method to remove an existing database role.
ExtractRoles is a method to extract the list of database role for DDS service.
List is a method to query the list of the database roles using given opts.

# Structs

CreateOpts is the structure required by the Create method to create a new database role.
DeleteOpts is the structure required by the Delete method to remove an existing database role.
ListOpts allows to filter list data using given parameters.
ListResp is the structure that represents the API response of 'List' method.
Privilege is the structure that represents the privilege detail for database.
Resource is the structure that represents the database details to which the role and user belongs.
Role is the object that represent the role details.
RoleDetail is the structure that represents the inherited role details.
RolePage is a single page maximum result representing a query by offset page.
RoleResp is the structure that represents the detail of the database role.