mock_client

package
v0.0.0-...-c6cf6ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_client is a generated GoMock package.

Package mock_client is a generated GoMock package.

Index

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

func (*MockClient) GetStages

func (m *MockClient) GetStages(arg0 string) ([]client.Stage, error)

GetStages 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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL