github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/meeting/v2/auth/urls.go (about) 1 package auth 2 3 import "github.com/chnsz/golangsdk" 4 5 const rootPath = "usg/acs/auth/appauth" 6 7 func rootURL(client *golangsdk.ServiceClient) string { 8 return client.ServiceURL(rootPath) 9 }