Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockBackplaneSessionInterface
- func (m *MockBackplaneSessionInterface) Delete() error
- func (m *MockBackplaneSessionInterface) EXPECT() *MockBackplaneSessionInterfaceMockRecorder
- func (m *MockBackplaneSessionInterface) RunCommand(arg0 *cobra.Command, arg1 []string) error
- func (m *MockBackplaneSessionInterface) Setup() error
- func (m *MockBackplaneSessionInterface) Start() error
- type MockBackplaneSessionInterfaceMockRecorder
- func (mr *MockBackplaneSessionInterfaceMockRecorder) Delete() *gomock.Call
- func (mr *MockBackplaneSessionInterfaceMockRecorder) RunCommand(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBackplaneSessionInterfaceMockRecorder) Setup() *gomock.Call
- func (mr *MockBackplaneSessionInterfaceMockRecorder) Start() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBackplaneSessionInterface ¶
type MockBackplaneSessionInterface struct {
// contains filtered or unexported fields
}
MockBackplaneSessionInterface is a mock of BackplaneSessionInterface interface.
func NewMockBackplaneSessionInterface ¶
func NewMockBackplaneSessionInterface(ctrl *gomock.Controller) *MockBackplaneSessionInterface
NewMockBackplaneSessionInterface creates a new mock instance.
func (*MockBackplaneSessionInterface) Delete ¶
func (m *MockBackplaneSessionInterface) Delete() error
Delete mocks base method.
func (*MockBackplaneSessionInterface) EXPECT ¶
func (m *MockBackplaneSessionInterface) EXPECT() *MockBackplaneSessionInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBackplaneSessionInterface) RunCommand ¶
func (m *MockBackplaneSessionInterface) RunCommand(arg0 *cobra.Command, arg1 []string) error
RunCommand mocks base method.
func (*MockBackplaneSessionInterface) Setup ¶
func (m *MockBackplaneSessionInterface) Setup() error
Setup mocks base method.
func (*MockBackplaneSessionInterface) Start ¶
func (m *MockBackplaneSessionInterface) Start() error
Start mocks base method.
type MockBackplaneSessionInterfaceMockRecorder ¶
type MockBackplaneSessionInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockBackplaneSessionInterfaceMockRecorder is the mock recorder for MockBackplaneSessionInterface.
func (*MockBackplaneSessionInterfaceMockRecorder) Delete ¶
func (mr *MockBackplaneSessionInterfaceMockRecorder) Delete() *gomock.Call
Delete indicates an expected call of Delete.
func (*MockBackplaneSessionInterfaceMockRecorder) RunCommand ¶
func (mr *MockBackplaneSessionInterfaceMockRecorder) RunCommand(arg0, arg1 interface{}) *gomock.Call
RunCommand indicates an expected call of RunCommand.
func (*MockBackplaneSessionInterfaceMockRecorder) Setup ¶
func (mr *MockBackplaneSessionInterfaceMockRecorder) Setup() *gomock.Call
Setup indicates an expected call of Setup.
func (*MockBackplaneSessionInterfaceMockRecorder) Start ¶
func (mr *MockBackplaneSessionInterfaceMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start.