Documentation
¶
Overview ¶
Package action is a generated GoMock package.
Index ¶
- type MockActionInterface
- func (m *MockActionInterface) ApplyDashboard(cli kt.CliInterface, options *options.DaemonOptions) error
- func (m *MockActionInterface) Check(cli kt.CliInterface) error
- func (m *MockActionInterface) Connect(cli kt.CliInterface, options *options.DaemonOptions) error
- func (m *MockActionInterface) EXPECT() *MockActionInterfaceMockRecorder
- func (m *MockActionInterface) Exchange(service string, cli kt.CliInterface, options *options.DaemonOptions) error
- func (m *MockActionInterface) Mesh(service string, cli kt.CliInterface, options *options.DaemonOptions) error
- func (m *MockActionInterface) OpenDashboard(cli kt.CliInterface, options *options.DaemonOptions) error
- func (m *MockActionInterface) Run(service string, cli kt.CliInterface, options *options.DaemonOptions) error
- type MockActionInterfaceMockRecorder
- func (mr *MockActionInterfaceMockRecorder) ApplyDashboard(cli, options interface{}) *gomock.Call
- func (mr *MockActionInterfaceMockRecorder) Check(cli interface{}) *gomock.Call
- func (mr *MockActionInterfaceMockRecorder) Connect(cli, options interface{}) *gomock.Call
- func (mr *MockActionInterfaceMockRecorder) Exchange(service, cli, options interface{}) *gomock.Call
- func (mr *MockActionInterfaceMockRecorder) Mesh(service, cli, options interface{}) *gomock.Call
- func (mr *MockActionInterfaceMockRecorder) OpenDashboard(cli, options interface{}) *gomock.Call
- func (mr *MockActionInterfaceMockRecorder) Run(service, cli, options interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockActionInterface ¶
type MockActionInterface struct {
// contains filtered or unexported fields
}
MockActionInterface is a mock of ActionInterface interface
func NewMockActionInterface ¶
func NewMockActionInterface(ctrl *gomock.Controller) *MockActionInterface
NewMockActionInterface creates a new mock instance
func (*MockActionInterface) ApplyDashboard ¶
func (m *MockActionInterface) ApplyDashboard(cli kt.CliInterface, options *options.DaemonOptions) error
ApplyDashboard mocks base method
func (*MockActionInterface) Check ¶
func (m *MockActionInterface) Check(cli kt.CliInterface) error
Check mocks base method
func (*MockActionInterface) Connect ¶
func (m *MockActionInterface) Connect(cli kt.CliInterface, options *options.DaemonOptions) error
Connect mocks base method
func (*MockActionInterface) EXPECT ¶
func (m *MockActionInterface) EXPECT() *MockActionInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockActionInterface) Exchange ¶
func (m *MockActionInterface) Exchange(service string, cli kt.CliInterface, options *options.DaemonOptions) error
Exchange mocks base method
func (*MockActionInterface) Mesh ¶
func (m *MockActionInterface) Mesh(service string, cli kt.CliInterface, options *options.DaemonOptions) error
Mesh mocks base method
func (*MockActionInterface) OpenDashboard ¶
func (m *MockActionInterface) OpenDashboard(cli kt.CliInterface, options *options.DaemonOptions) error
OpenDashboard mocks base method
func (*MockActionInterface) Run ¶
func (m *MockActionInterface) Run(service string, cli kt.CliInterface, options *options.DaemonOptions) error
Run mocks base method
type MockActionInterfaceMockRecorder ¶
type MockActionInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockActionInterfaceMockRecorder is the mock recorder for MockActionInterface
func (*MockActionInterfaceMockRecorder) ApplyDashboard ¶
func (mr *MockActionInterfaceMockRecorder) ApplyDashboard(cli, options interface{}) *gomock.Call
ApplyDashboard indicates an expected call of ApplyDashboard
func (*MockActionInterfaceMockRecorder) Check ¶
func (mr *MockActionInterfaceMockRecorder) Check(cli interface{}) *gomock.Call
Check indicates an expected call of Check
func (*MockActionInterfaceMockRecorder) Connect ¶
func (mr *MockActionInterfaceMockRecorder) Connect(cli, options interface{}) *gomock.Call
Connect indicates an expected call of Connect
func (*MockActionInterfaceMockRecorder) Exchange ¶
func (mr *MockActionInterfaceMockRecorder) Exchange(service, cli, options interface{}) *gomock.Call
Exchange indicates an expected call of Exchange
func (*MockActionInterfaceMockRecorder) Mesh ¶
func (mr *MockActionInterfaceMockRecorder) Mesh(service, cli, options interface{}) *gomock.Call
Mesh indicates an expected call of Mesh
func (*MockActionInterfaceMockRecorder) OpenDashboard ¶
func (mr *MockActionInterfaceMockRecorder) OpenDashboard(cli, options interface{}) *gomock.Call
OpenDashboard indicates an expected call of OpenDashboard
func (*MockActionInterfaceMockRecorder) Run ¶
func (mr *MockActionInterfaceMockRecorder) Run(service, cli, options interface{}) *gomock.Call
Run indicates an expected call of Run