Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEnv ¶
type MockEnv struct {
// contains filtered or unexported fields
}
MockEnv is a mock of Env interface.
func NewMockEnv ¶
func NewMockEnv(ctrl *gomock.Controller) *MockEnv
NewMockEnv creates a new mock instance.
func (*MockEnv) EXPECT ¶
func (m *MockEnv) EXPECT() *MockEnvMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEnvMockRecorder ¶
type MockEnvMockRecorder struct {
// contains filtered or unexported fields
}
MockEnvMockRecorder is the mock recorder for MockEnv.
func (*MockEnvMockRecorder) GetLogLevel ¶
func (mr *MockEnvMockRecorder) GetLogLevel() *gomock.Call
GetLogLevel indicates an expected call of GetLogLevel.
Click to show internal directories.
Click to hide internal directories.