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
CreateGroupAndUpload is a method to create a new resource group and upload package from the specified OBS bucket.
Delete is a method to remove resource package from the specified group.
Get is a method to obtain the resource (packages) from the specified group.
List is a method to obtain a list of the groups and resources.
UpdateOwner is a method to update package owner or group owner.
Upload is a method to upload resource package to the specified group.
# Structs
CreateGroupAndUploadOpts is a structure which allows to create a new resource group and upload package file to the group using given parameters.
Group is a object that represents the detail about a group resource package.
Group is a object that represents the group create or group list operations.
ListOpts is a structure which allows to obtain resources groups using given parameters.
ListResp is a object that represents the List method result.
Module is a object that represents the built-in resource group.
Resource is a object that represents the names, type and other informations of uploaded user resources.
ResourceLocatedOpts is a structure which specify the resource package located.
UpdateOpts is a structure which allows to update package owner or group owner using given parameters.
UpdateResp is a object that represents the update method result.
UploadOpts is a stucture which allows to upload resource package to the specified group using given parameters.