github.com/leeclow-ops/gophercloud@v1.2.1/pagination/testing/pagination_test.go (about) 1 package testing 2 3 import ( 4 "github.com/leeclow-ops/gophercloud" 5 "github.com/leeclow-ops/gophercloud/testhelper" 6 ) 7 8 func createClient() *gophercloud.ServiceClient { 9 return &gophercloud.ServiceClient{ 10 ProviderClient: &gophercloud.ProviderClient{TokenID: "abc123"}, 11 Endpoint: testhelper.Endpoint(), 12 } 13 }