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

AssociateDomain is a method that used to bind domain name to specified API group.
Create is a method by which to create function that create a new group.
Delete is a method to delete an existing group.
AssociateDomain is a method that used to unbind domain name to specified API group.
No description provided by the author
Get is a method to obtain the specified group according to the instanceId and appId.
List is a method to obtain an array of one or more groups according to the query parameters.
Update is a method by which to create function that udpate a existing group.
UpdateDomainAccessEnabled is a method used to control whether the APIs in the group can be accessed through the dubugging domain.

# Structs

AssociateDoaminResp is the structure that represents the API response of AssociateDomain method request.
AssociateDomainOpts is the structure that used to bind domain name to specified API group.
CreateResult represents a result of the Create method.
DeleteResult represents a result of the Delete method.
GetResult represents a result of the Get operation.
No description provided by the author
GroupOpts allows to create a group or update a existing group using given parameters.
GroupPage represents the response pages of the List operation.
ListOpts allows to filter list data using given parameters.
UpdateDomainAccessEnabledOpts is the structure that whether to use the dubugging domain name access the APIs.
UpdateResult represents a result of the Update operation.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author