commit | c0dd8e5b9959b8ba1d48ba1b0f327eea75cf701b | [log] [tgz] |
---|---|---|
author | Jon Perritt <jon.perritt@rackspace.com> | Thu Mar 10 01:20:27 2016 -0600 |
committer | Jon Perritt <jon.perritt@rackspace.com> | Thu Mar 10 01:20:27 2016 -0600 |
tree | 90feea2b27a6b84808a11862c87cbce5af62dd89 | |
parent | 01618ee8ef6a19ce57dacfc76ea67b901ab8e53c [diff] [blame] |
add Microversion field to ServiceClient
diff --git a/service_client.go b/service_client.go index 3490da0..66a297b 100644 --- a/service_client.go +++ b/service_client.go
@@ -16,6 +16,8 @@ // the API version and, like Endpoint, MUST end with a / if set. If not set, the Endpoint is used // as-is, instead. ResourceBase string + + Microversion string } // ResourceBaseURL returns the base URL of any resources used by this service. It MUST end with a /.