package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
AddPermissions is a method used to batch add permissions to endpoint service using given parameters.
DeletePermissions is a method used to batch delete permissions of endpoint service using given parameters.
ExtractPermissions is a method to extract the list of permissions for specified endpoint service.
ListPermissions is a method used to query the permissions of endpoint service with given parameters.
# Structs
BatchOpts is the structure that used to add or remove permissions for endpoint service.
EndpointPermission is the structure that represents the permission detail.
ListOpts is the structure that used to query the permissions of endpoint service.
PermissionPage is a single page maximum result representing a query by offset page.