Versions in this module Expand all Collapse all v1 v1.5.0-1 Jun 24, 2023 v1.2.1 Mar 20, 2023 Changes in this version + type AddResult struct + func Add(client *gophercloud.ServiceClient, serverID, tag string) (r AddResult) + type CheckResult struct + func Check(client *gophercloud.ServiceClient, serverID, tag string) (r CheckResult) + func (r CheckResult) Extract() (bool, error) + type DeleteResult struct + func Delete(client *gophercloud.ServiceClient, serverID, tag string) (r DeleteResult) + func DeleteAll(client *gophercloud.ServiceClient, serverID string) (r DeleteResult) + type ListResult struct + func List(client *gophercloud.ServiceClient, serverID string) (r ListResult) + func (r ListResult) Extract() ([]string, error) + type ReplaceAllOpts struct + Tags []string + func (opts ReplaceAllOpts) ToTagsReplaceAllMap() (map[string]interface{}, error) + type ReplaceAllOptsBuilder interface + ToTagsReplaceAllMap func() (map[string]interface{}, error) + type ReplaceAllResult struct + func ReplaceAll(client *gophercloud.ServiceClient, serverID string, opts ReplaceAllOptsBuilder) (r ReplaceAllResult) + func (r ReplaceAllResult) Extract() ([]string, error)