MCPcopy Create free account
hub / github.com/cloudwan/gohan / keystoneV3Client

Struct keystoneV3Client

cloud/keystone.go:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type keystoneV3Client struct {
76 client *gophercloud.ServiceClient
77}
78
79func matchVersionFromAuthURL(authURL string) (version string) {
80 re := regexp.MustCompile(`(?P<version>v[\d\.]+)/?$`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected