Documentation ¶
Overview ¶
Package mock_base is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBaseClient ¶
type MockBaseClient struct {
// contains filtered or unexported fields
}
MockBaseClient is a mock_computemanagement of BaseClient interface.
func NewMockBaseClient ¶
func NewMockBaseClient(ctrl *gomock.Controller) *MockBaseClient
NewMockBaseClient creates a new mock_computemanagement instance.
func (*MockBaseClient) EXPECT ¶
func (m *MockBaseClient) EXPECT() *MockBaseClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBaseClient) GenerateToken ¶
GenerateToken mocks base method.
type MockBaseClientMockRecorder ¶
type MockBaseClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBaseClientMockRecorder is the mock_computemanagement recorder for MockBaseClient.
func (*MockBaseClientMockRecorder) GenerateToken ¶
func (mr *MockBaseClientMockRecorder) GenerateToken(ctx, clusterID interface{}) *gomock.Call
GenerateToken indicates an expected call of GenerateToken.
Click to show internal directories.
Click to hide internal directories.