Documentation
¶
Overview ¶
Package mock_client is a generated GoMock package.
Package mock_client is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GetAllExecutors(arg0 string) ([]client.Executor, error)
- func (m *MockClient) GetApplication(arg0 string) (*client.Application, error)
- func (m *MockClient) GetEnvironment(arg0 string) (*client.Environment, error)
- func (m *MockClient) GetStages(arg0 string) ([]client.Stage, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) GetAllExecutors(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetApplication(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetEnvironment(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetStages(arg0 interface{}) *gomock.Call
- type MockDriverClient
- func (m *MockDriverClient) EXPECT() *MockDriverClientMockRecorder
- func (m *MockDriverClient) GetAllExecutors(arg0 string) ([]client.Executor, error)
- func (m *MockDriverClient) GetApplication(arg0 string) (*client.Application, error)
- func (m *MockDriverClient) GetEnvironment(arg0 string) (*client.Environment, error)
- func (m *MockDriverClient) GetMetrics() (client.Metrics, error)
- func (m *MockDriverClient) GetStages(arg0 string) ([]client.Stage, error)
- func (m *MockDriverClient) GetStreamingStatistics(arg0 string) (*client.StreamingStatistics, error)
- type MockDriverClientMockRecorder
- func (mr *MockDriverClientMockRecorder) GetAllExecutors(arg0 interface{}) *gomock.Call
- func (mr *MockDriverClientMockRecorder) GetApplication(arg0 interface{}) *gomock.Call
- func (mr *MockDriverClientMockRecorder) GetEnvironment(arg0 interface{}) *gomock.Call
- func (mr *MockDriverClientMockRecorder) GetMetrics() *gomock.Call
- func (mr *MockDriverClientMockRecorder) GetStages(arg0 interface{}) *gomock.Call
- func (mr *MockDriverClientMockRecorder) GetStreamingStatistics(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) GetAllExecutors ¶
func (m *MockClient) GetAllExecutors(arg0 string) ([]client.Executor, error)
GetAllExecutors mocks base method
func (*MockClient) GetApplication ¶
func (m *MockClient) GetApplication(arg0 string) (*client.Application, error)
GetApplication mocks base method
func (*MockClient) GetEnvironment ¶
func (m *MockClient) GetEnvironment(arg0 string) (*client.Environment, error)
GetEnvironment mocks base method
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) GetAllExecutors ¶
func (mr *MockClientMockRecorder) GetAllExecutors(arg0 interface{}) *gomock.Call
GetAllExecutors indicates an expected call of GetAllExecutors
func (*MockClientMockRecorder) GetApplication ¶
func (mr *MockClientMockRecorder) GetApplication(arg0 interface{}) *gomock.Call
GetApplication indicates an expected call of GetApplication
func (*MockClientMockRecorder) GetEnvironment ¶
func (mr *MockClientMockRecorder) GetEnvironment(arg0 interface{}) *gomock.Call
GetEnvironment indicates an expected call of GetEnvironment
func (*MockClientMockRecorder) GetStages ¶
func (mr *MockClientMockRecorder) GetStages(arg0 interface{}) *gomock.Call
GetStages indicates an expected call of GetStages
type MockDriverClient ¶
type MockDriverClient struct {
// contains filtered or unexported fields
}
MockDriverClient is a mock of DriverClient interface
func NewMockDriverClient ¶
func NewMockDriverClient(ctrl *gomock.Controller) *MockDriverClient
NewMockDriverClient creates a new mock instance
func (*MockDriverClient) EXPECT ¶
func (m *MockDriverClient) EXPECT() *MockDriverClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDriverClient) GetAllExecutors ¶
func (m *MockDriverClient) GetAllExecutors(arg0 string) ([]client.Executor, error)
GetAllExecutors mocks base method
func (*MockDriverClient) GetApplication ¶
func (m *MockDriverClient) GetApplication(arg0 string) (*client.Application, error)
GetApplication mocks base method
func (*MockDriverClient) GetEnvironment ¶
func (m *MockDriverClient) GetEnvironment(arg0 string) (*client.Environment, error)
GetEnvironment mocks base method
func (*MockDriverClient) GetMetrics ¶
func (m *MockDriverClient) GetMetrics() (client.Metrics, error)
GetMetrics mocks base method
func (*MockDriverClient) GetStages ¶
func (m *MockDriverClient) GetStages(arg0 string) ([]client.Stage, error)
GetStages mocks base method
func (*MockDriverClient) GetStreamingStatistics ¶
func (m *MockDriverClient) GetStreamingStatistics(arg0 string) (*client.StreamingStatistics, error)
GetStreamingStatistics mocks base method
type MockDriverClientMockRecorder ¶
type MockDriverClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDriverClientMockRecorder is the mock recorder for MockDriverClient
func (*MockDriverClientMockRecorder) GetAllExecutors ¶
func (mr *MockDriverClientMockRecorder) GetAllExecutors(arg0 interface{}) *gomock.Call
GetAllExecutors indicates an expected call of GetAllExecutors
func (*MockDriverClientMockRecorder) GetApplication ¶
func (mr *MockDriverClientMockRecorder) GetApplication(arg0 interface{}) *gomock.Call
GetApplication indicates an expected call of GetApplication
func (*MockDriverClientMockRecorder) GetEnvironment ¶
func (mr *MockDriverClientMockRecorder) GetEnvironment(arg0 interface{}) *gomock.Call
GetEnvironment indicates an expected call of GetEnvironment
func (*MockDriverClientMockRecorder) GetMetrics ¶
func (mr *MockDriverClientMockRecorder) GetMetrics() *gomock.Call
GetMetrics indicates an expected call of GetMetrics
func (*MockDriverClientMockRecorder) GetStages ¶
func (mr *MockDriverClientMockRecorder) GetStages(arg0 interface{}) *gomock.Call
GetStages indicates an expected call of GetStages
func (*MockDriverClientMockRecorder) GetStreamingStatistics ¶
func (mr *MockDriverClientMockRecorder) GetStreamingStatistics(arg0 interface{}) *gomock.Call
GetStreamingStatistics indicates an expected call of GetStreamingStatistics