Ash Wilson | c8e6887 | 2014-09-16 10:36:56 -0400 | [diff] [blame] | 1 | package pagination |
2 | |||||
3 | import ( | ||||
4 | "github.com/rackspace/gophercloud" | ||||
5 | "github.com/rackspace/gophercloud/testhelper" | ||||
6 | ) | ||||
7 | |||||
8 | func createClient() *gophercloud.ServiceClient { | ||||
9 | return &gophercloud.ServiceClient{ | ||||
Ash Wilson | 92c380c | 2014-10-22 09:14:53 -0400 | [diff] [blame^] | 10 | ProviderClient: &gophercloud.ProviderClient{TokenID: "abc123"}, |
11 | Endpoint: testhelper.Endpoint(), | ||||
Ash Wilson | c8e6887 | 2014-09-16 10:36:56 -0400 | [diff] [blame] | 12 | } |
13 | } |