Documentation ¶
Overview ¶
Package contextaccessor is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIEchoContextAccessor ¶
type MockIEchoContextAccessor struct {
// contains filtered or unexported fields
}
MockIEchoContextAccessor is a mock of IEchoContextAccessor interface.
func NewMockIEchoContextAccessor ¶
func NewMockIEchoContextAccessor(ctrl *gomock.Controller) *MockIEchoContextAccessor
NewMockIEchoContextAccessor creates a new mock instance.
func (*MockIEchoContextAccessor) EXPECT ¶
func (m *MockIEchoContextAccessor) EXPECT() *MockIEchoContextAccessorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIEchoContextAccessor) GetContext ¶
func (m *MockIEchoContextAccessor) GetContext() echo.Context
GetContext mocks base method.
type MockIEchoContextAccessorMockRecorder ¶
type MockIEchoContextAccessorMockRecorder struct {
// contains filtered or unexported fields
}
MockIEchoContextAccessorMockRecorder is the mock recorder for MockIEchoContextAccessor.
func (*MockIEchoContextAccessorMockRecorder) GetContext ¶
func (mr *MockIEchoContextAccessorMockRecorder) GetContext() *gomock.Call
GetContext indicates an expected call of GetContext.
type MockIInternalEchoContextAccessor ¶
type MockIInternalEchoContextAccessor struct {
// contains filtered or unexported fields
}
MockIInternalEchoContextAccessor is a mock of IInternalEchoContextAccessor interface.
func NewMockIInternalEchoContextAccessor ¶
func NewMockIInternalEchoContextAccessor(ctrl *gomock.Controller) *MockIInternalEchoContextAccessor
NewMockIInternalEchoContextAccessor creates a new mock instance.
func (*MockIInternalEchoContextAccessor) EXPECT ¶
func (m *MockIInternalEchoContextAccessor) EXPECT() *MockIInternalEchoContextAccessorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIInternalEchoContextAccessor) GetContext ¶
func (m *MockIInternalEchoContextAccessor) GetContext() echo.Context
GetContext mocks base method.
func (*MockIInternalEchoContextAccessor) SetContext ¶
func (m *MockIInternalEchoContextAccessor) SetContext(arg0 echo.Context)
SetContext mocks base method.
type MockIInternalEchoContextAccessorMockRecorder ¶
type MockIInternalEchoContextAccessorMockRecorder struct {
// contains filtered or unexported fields
}
MockIInternalEchoContextAccessorMockRecorder is the mock recorder for MockIInternalEchoContextAccessor.
func (*MockIInternalEchoContextAccessorMockRecorder) GetContext ¶
func (mr *MockIInternalEchoContextAccessorMockRecorder) GetContext() *gomock.Call
GetContext indicates an expected call of GetContext.
func (*MockIInternalEchoContextAccessorMockRecorder) SetContext ¶
func (mr *MockIInternalEchoContextAccessorMockRecorder) SetContext(arg0 interface{}) *gomock.Call
SetContext indicates an expected call of SetContext.