Samuel A. Falvo II | 0262e97 | 2014-01-24 16:06:56 -0800 | [diff] [blame] | 1 | package monitoring |
2 | |||||
3 | import ( | ||||
4 | "github.com/rackspace/gophercloud/openstack/identity" | ||||
5 | ) | ||||
6 | |||||
7 | type Options struct { | ||||
8 | Endpoint string | ||||
9 | AuthOptions identity.AuthOptions | ||||
10 | Authentication identity.AuthResults | ||||
11 | } |