Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockExecutor ¶
type MockExecutor struct {
// contains filtered or unexported fields
}
MockExecutor is a mock of Executor interface.
func NewMockExecutor ¶
func NewMockExecutor(ctrl *gomock.Controller) *MockExecutor
NewMockExecutor creates a new mock instance.
func (*MockExecutor) EXPECT ¶
func (m *MockExecutor) EXPECT() *MockExecutorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockExecutor) Stream ¶
func (m *MockExecutor) Stream(arg0 remotecommand.StreamOptions) error
Stream mocks base method.
type MockExecutorMockRecorder ¶
type MockExecutorMockRecorder struct {
// contains filtered or unexported fields
}
MockExecutorMockRecorder is the mock recorder for MockExecutor.
func (*MockExecutorMockRecorder) Stream ¶
func (mr *MockExecutorMockRecorder) Stream(arg0 interface{}) *gomock.Call
Stream indicates an expected call of Stream.
type MockSizeGetter ¶
type MockSizeGetter struct {
// contains filtered or unexported fields
}
MockSizeGetter is a mock of SizeGetter interface.
func NewMockSizeGetter ¶
func NewMockSizeGetter(ctrl *gomock.Controller) *MockSizeGetter
NewMockSizeGetter creates a new mock instance.
func (*MockSizeGetter) EXPECT ¶
func (m *MockSizeGetter) EXPECT() *MockSizeGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSizeGetter) Get ¶
func (m *MockSizeGetter) Get(arg0 int) *remotecommand.TerminalSize
Get mocks base method.
type MockSizeGetterMockRecorder ¶
type MockSizeGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockSizeGetterMockRecorder is the mock recorder for MockSizeGetter.
func (*MockSizeGetterMockRecorder) Get ¶
func (mr *MockSizeGetterMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.