Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteResult ¶
type DeleteResult struct {
golangsdk.ErrResult
}
func Delete ¶
func Delete(client *golangsdk.ServiceClient, topicURN, attribute string) (r DeleteResult)
type GetResult ¶
type GetResult struct {
golangsdk.Result
}
func List ¶
func List(client *golangsdk.ServiceClient, topicURN string, opts ListOptsBuilder) (r GetResult)
type ListOpts ¶
type ListOpts struct {
Name string `q:"name"`
}
func (ListOpts) ToAttributeListQuery ¶
type ListOptsBuilder ¶
type UpdateOpts ¶
type UpdateOpts struct {
Value string `json:"value"`
}
func (UpdateOpts) ToAttributeUpdateMap ¶
func (opts UpdateOpts) ToAttributeUpdateMap() (map[string]interface{}, error)
type UpdateOptsBuilder ¶
type UpdateResult ¶
type UpdateResult struct {
golangsdk.ErrResult
}
func Update ¶
func Update(client *golangsdk.ServiceClient, topicURN, attribute string, opts UpdateOptsBuilder) (r UpdateResult)
Click to show internal directories.
Click to hide internal directories.