Documentation ¶
Index ¶
- type MockClient
- func (_m *MockClient) GetNewToken(ctx context.Context) error
- func (_m *MockClient) GetNodes(ctx context.Context) (*models.Nodes, error)
- func (_m *MockClient) GetPoolMembers(ctx context.Context, pools *models.Pools) (*models.PoolMembers, error)
- func (_m *MockClient) GetPools(ctx context.Context) (*models.Pools, error)
- func (_m *MockClient) GetVirtualServers(ctx context.Context) (*models.VirtualServers, error)
- func (_m *MockClient) HasToken() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
client is an autogenerated mock type for the client type
func (*MockClient) GetNewToken ¶
func (_m *MockClient) GetNewToken(ctx context.Context) error
GetNewToken provides a mock function with given fields: ctx
func (*MockClient) GetPoolMembers ¶
func (_m *MockClient) GetPoolMembers(ctx context.Context, pools *models.Pools) (*models.PoolMembers, error)
GetPoolMembers provides a mock function with given fields: ctx, pools
func (*MockClient) GetVirtualServers ¶
func (_m *MockClient) GetVirtualServers(ctx context.Context) (*models.VirtualServers, error)
GetVirtualServers provides a mock function with given fields: ctx
func (*MockClient) HasToken ¶
func (_m *MockClient) HasToken() bool
HasToken provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.