package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create is a method of creating tags by id.
Delete is a method of deleting tags by id.
DeleteWithKey is a method of deleting tags by key.
Get is a method of getting the tags by id.
List is a method of getting the tags of all service.
# Structs
ActionOpts is a struct contains the parameters of creating/deleting tags.
ActionResult is the action result which is the result of create or delete operations.
No description provided by the author
GetResult contains the body of getting detailed tags request.
ListResult contains the body of getting all tags request.
ResourceTag is in key-value format.
ResourceTags represents the tags response.
# Interfaces
ActionOptsBuilder is an interface from which can build the request of creating/deleting tags.