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 user using given parameters.
Delete is a method to remove an existing user using given parameters.
Get is a method to obtain the user detail by its ID.
List is a method to query the job details using given parameters.
Update is a method to change user informaion using givin parameters.

# Structs

CreateOpts is the structure required by the Create method to create a new user.
CreateResp is the structure that represents the API response of Create method request.
GetResp is the structure that represents the API response of Get method request.
ListOpts is the structure required by the List method to query user list.
QueryResp is the structure that represents the API response of List method request.
RequestResp is the structure that represents the API response of user methods request.
UpdateOpts is the structure required by the Update method to change user information.
UpdateResp is the structure that represents the API response of Update method request.
User is an object to specified the some user information.
UserDetail is an object to specified the user details.