commit | b101323b44e08334d450961d675b715f6360e46e | [log] [tgz] |
---|---|---|
author | jrperritt <jrperritt@gmail.com> | Wed Feb 10 19:01:53 2016 -0600 |
committer | jrperritt <jrperritt@gmail.com> | Wed Feb 10 19:34:36 2016 -0600 |
tree | dc0f2438673ac93fc747ae3df4887f165919c311 | |
parent | 6769c3b3e54a5cf1b0bdb10ea5b25f5cff0a3134 [diff] [blame] |
initial migration from rackspace/gophercloud
diff --git a/params.go b/params.go index 4d0f1e6..cd5bc65 100644 --- a/params.go +++ b/params.go
@@ -9,6 +9,10 @@ "time" ) +type Opts struct { + ServiceClient *ServiceClient +} + // EnabledState is a convenience type, mostly used in Create and Update // operations. Because the zero value of a bool is FALSE, we need to use a // pointer instead to indicate zero-ness.