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