Documentation ¶
Overview ¶
Package mock_handlers is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSetPathHandler ¶
type MockSetPathHandler struct {
// contains filtered or unexported fields
}
MockSetPathHandler is a mock of SetPathHandler interface
func NewMockSetPathHandler ¶
func NewMockSetPathHandler(ctrl *gomock.Controller) *MockSetPathHandler
NewMockSetPathHandler creates a new mock instance
func (*MockSetPathHandler) EXPECT ¶
func (m *MockSetPathHandler) EXPECT() *MockSetPathHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSetPathHandler) SetPath ¶
func (m *MockSetPathHandler) SetPath(arg0 context.Context, arg1 bool, arg2 *handlers.SetPathParams) error
SetPath mocks base method
type MockSetPathHandlerMockRecorder ¶
type MockSetPathHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockSetPathHandlerMockRecorder is the mock recorder for MockSetPathHandler
func (*MockSetPathHandlerMockRecorder) SetPath ¶
func (mr *MockSetPathHandlerMockRecorder) SetPath(arg0, arg1, arg2 interface{}) *gomock.Call
SetPath indicates an expected call of SetPath
type MockSetVariableHandler ¶
type MockSetVariableHandler struct {
// contains filtered or unexported fields
}
MockSetVariableHandler is a mock of SetVariableHandler interface
func NewMockSetVariableHandler ¶
func NewMockSetVariableHandler(ctrl *gomock.Controller) *MockSetVariableHandler
NewMockSetVariableHandler creates a new mock instance
func (*MockSetVariableHandler) EXPECT ¶
func (m *MockSetVariableHandler) EXPECT() *MockSetVariableHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSetVariableHandler) SetVariable ¶
func (m *MockSetVariableHandler) SetVariable(arg0 context.Context, arg1 bool, arg2 *handlers.SetVariableParams) error
SetVariable mocks base method
type MockSetVariableHandlerMockRecorder ¶
type MockSetVariableHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockSetVariableHandlerMockRecorder is the mock recorder for MockSetVariableHandler
func (*MockSetVariableHandlerMockRecorder) SetVariable ¶
func (mr *MockSetVariableHandlerMockRecorder) SetVariable(arg0, arg1, arg2 interface{}) *gomock.Call
SetVariable indicates an expected call of SetVariable