mocks

package
v0.0.1-rc1 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

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 MockCommandHandler

type MockCommandHandler struct {
	// contains filtered or unexported fields
}

MockCommandHandler is a mock of CommandHandler interface

func NewMockCommandHandler

func NewMockCommandHandler(ctrl *gomock.Controller) *MockCommandHandler

NewMockCommandHandler creates a new mock instance

func (*MockCommandHandler) Configure

func (m *MockCommandHandler) Configure(arg0 *logrus.Logger, arg1 *config.Config) error

Configure mocks base method

func (*MockCommandHandler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockCommandHandler) Run

Run mocks base method

type MockCommandHandlerMockRecorder

type MockCommandHandlerMockRecorder struct {
	// contains filtered or unexported fields
}

MockCommandHandlerMockRecorder is the mock recorder for MockCommandHandler

func (*MockCommandHandlerMockRecorder) Configure

func (mr *MockCommandHandlerMockRecorder) Configure(arg0, arg1 interface{}) *gomock.Call

Configure indicates an expected call of Configure

func (*MockCommandHandlerMockRecorder) Run

func (mr *MockCommandHandlerMockRecorder) Run(arg0, arg1 interface{}) *gomock.Call

Run indicates an expected call of Run

type MockPatternHandler

type MockPatternHandler struct {
	// contains filtered or unexported fields
}

MockPatternHandler is a mock of PatternHandler interface

func NewMockPatternHandler

func NewMockPatternHandler(ctrl *gomock.Controller) *MockPatternHandler

NewMockPatternHandler creates a new mock instance

func (*MockPatternHandler) Configure

func (m *MockPatternHandler) Configure(arg0 *logrus.Logger, arg1 *config.Config) error

Configure mocks base method

func (*MockPatternHandler) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockPatternHandler) Run

func (m *MockPatternHandler) Run(arg0 [][]string, arg1 botcmd.RunContext) (botcmd.RunResult, error)

Run mocks base method

type MockPatternHandlerMockRecorder

type MockPatternHandlerMockRecorder struct {
	// contains filtered or unexported fields
}

MockPatternHandlerMockRecorder is the mock recorder for MockPatternHandler

func (*MockPatternHandlerMockRecorder) Configure

func (mr *MockPatternHandlerMockRecorder) Configure(arg0, arg1 interface{}) *gomock.Call

Configure indicates an expected call of Configure

func (*MockPatternHandlerMockRecorder) Run

func (mr *MockPatternHandlerMockRecorder) Run(arg0, arg1 interface{}) *gomock.Call

Run indicates an expected call of Run

Jump to

Keyboard shortcuts

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