Documentation ¶
Overview ¶
Package mock_ss is a generated GoMock package.
Package mock_ss is a generated GoMock package.
Index ¶
- type MockLog
- func (m *MockLog) CheckExit(panicValue interface{})
- func (m *MockLog) CheckPanic(panicValue interface{}, errorMessage string)
- func (m *MockLog) Debug(arg0 *ss.LogMsg)
- func (m *MockLog) EXPECT() *MockLogMockRecorder
- func (m *MockLog) Error(arg0 *ss.LogMsg)
- func (m *MockLog) Info(arg0 *ss.LogMsg)
- func (m *MockLog) Lock()
- func (m *MockLog) NewSession(newPrefix func() ss.LogPrefix) ss.LogSession
- func (m *MockLog) Panic(arg0 *ss.LogMsg)
- func (m *MockLog) Started()
- func (m *MockLog) Unlock()
- func (m *MockLog) Warn(arg0 *ss.LogMsg)
- type MockLogMockRecorder
- func (mr *MockLogMockRecorder) CheckExit(panicValue interface{}) *gomock.Call
- func (mr *MockLogMockRecorder) CheckPanic(panicValue, errorMessage interface{}) *gomock.Call
- func (mr *MockLogMockRecorder) Debug(arg0 interface{}) *gomock.Call
- func (mr *MockLogMockRecorder) Error(arg0 interface{}) *gomock.Call
- func (mr *MockLogMockRecorder) Info(arg0 interface{}) *gomock.Call
- func (mr *MockLogMockRecorder) Lock() *gomock.Call
- func (mr *MockLogMockRecorder) NewSession(newPrefix interface{}) *gomock.Call
- func (mr *MockLogMockRecorder) Panic(arg0 interface{}) *gomock.Call
- func (mr *MockLogMockRecorder) Started() *gomock.Call
- func (mr *MockLogMockRecorder) Unlock() *gomock.Call
- func (mr *MockLogMockRecorder) Warn(arg0 interface{}) *gomock.Call
- type MockLogSession
- func (m *MockLogSession) CheckPanic(panicValue interface{}, errorMessage string)
- func (m *MockLogSession) Debug(arg0 *ss.LogMsg)
- func (m *MockLogSession) EXPECT() *MockLogSessionMockRecorder
- func (m *MockLogSession) Error(arg0 *ss.LogMsg)
- func (m *MockLogSession) Info(arg0 *ss.LogMsg)
- func (m *MockLogSession) Lock()
- func (m *MockLogSession) NewSession(newPrefix func() ss.LogPrefix) ss.LogSession
- func (m *MockLogSession) Panic(arg0 *ss.LogMsg)
- func (m *MockLogSession) Unlock()
- func (m *MockLogSession) Warn(arg0 *ss.LogMsg)
- type MockLogSessionMockRecorder
- func (mr *MockLogSessionMockRecorder) CheckPanic(panicValue, errorMessage interface{}) *gomock.Call
- func (mr *MockLogSessionMockRecorder) Debug(arg0 interface{}) *gomock.Call
- func (mr *MockLogSessionMockRecorder) Error(arg0 interface{}) *gomock.Call
- func (mr *MockLogSessionMockRecorder) Info(arg0 interface{}) *gomock.Call
- func (mr *MockLogSessionMockRecorder) Lock() *gomock.Call
- func (mr *MockLogSessionMockRecorder) NewSession(newPrefix interface{}) *gomock.Call
- func (mr *MockLogSessionMockRecorder) Panic(arg0 interface{}) *gomock.Call
- func (mr *MockLogSessionMockRecorder) Unlock() *gomock.Call
- func (mr *MockLogSessionMockRecorder) Warn(arg0 interface{}) *gomock.Call
- type MockLogSource
- type MockLogSourceMockRecorder
- type MockLogStream
- func (m *MockLogStream) CheckPanic(panicValue interface{}, errorMessage string)
- func (m *MockLogStream) Debug(arg0 *ss.LogMsg)
- func (m *MockLogStream) EXPECT() *MockLogStreamMockRecorder
- func (m *MockLogStream) Error(arg0 *ss.LogMsg)
- func (m *MockLogStream) Info(arg0 *ss.LogMsg)
- func (m *MockLogStream) Lock()
- func (m *MockLogStream) Panic(arg0 *ss.LogMsg)
- func (m *MockLogStream) Unlock()
- func (m *MockLogStream) Warn(arg0 *ss.LogMsg)
- type MockLogStreamMockRecorder
- func (mr *MockLogStreamMockRecorder) CheckPanic(panicValue, errorMessage interface{}) *gomock.Call
- func (mr *MockLogStreamMockRecorder) Debug(arg0 interface{}) *gomock.Call
- func (mr *MockLogStreamMockRecorder) Error(arg0 interface{}) *gomock.Call
- func (mr *MockLogStreamMockRecorder) Info(arg0 interface{}) *gomock.Call
- func (mr *MockLogStreamMockRecorder) Lock() *gomock.Call
- func (mr *MockLogStreamMockRecorder) Panic(arg0 interface{}) *gomock.Call
- func (mr *MockLogStreamMockRecorder) Unlock() *gomock.Call
- func (mr *MockLogStreamMockRecorder) Warn(arg0 interface{}) *gomock.Call
- type MockService
- func (m *MockService) Build() ss.Build
- func (m *MockService) CompleteLambda(panicValue interface{})
- func (m *MockService) Config() ss.ServiceConfig
- func (m *MockService) EXPECT() *MockServiceMockRecorder
- func (m *MockService) Firebase() *firebase.App
- func (m *MockService) Lock()
- func (m *MockService) Log() ss.Log
- func (m *MockService) Name() string
- func (m *MockService) NewAWSConfig() aws.Config
- func (m *MockService) NewAWSSessionV1() *session.Session
- func (m *MockService) NewBuildEntityName(name string) string
- func (m *MockService) Now() ss.Time
- func (m *MockService) Product() string
- func (m *MockService) StartLambda(getFailInfo func() []ss.LogMsgAttr)
- func (m *MockService) SubscribeForLambdaTimeout() <-chan struct{}
- func (m *MockService) Unlock()
- type MockServiceMockRecorder
- func (mr *MockServiceMockRecorder) Build() *gomock.Call
- func (mr *MockServiceMockRecorder) CompleteLambda(panicValue interface{}) *gomock.Call
- func (mr *MockServiceMockRecorder) Config() *gomock.Call
- func (mr *MockServiceMockRecorder) Firebase() *gomock.Call
- func (mr *MockServiceMockRecorder) Lock() *gomock.Call
- func (mr *MockServiceMockRecorder) Log() *gomock.Call
- func (mr *MockServiceMockRecorder) Name() *gomock.Call
- func (mr *MockServiceMockRecorder) NewAWSConfig() *gomock.Call
- func (mr *MockServiceMockRecorder) NewAWSSessionV1() *gomock.Call
- func (mr *MockServiceMockRecorder) NewBuildEntityName(name interface{}) *gomock.Call
- func (mr *MockServiceMockRecorder) Now() *gomock.Call
- func (mr *MockServiceMockRecorder) Product() *gomock.Call
- func (mr *MockServiceMockRecorder) StartLambda(getFailInfo interface{}) *gomock.Call
- func (mr *MockServiceMockRecorder) SubscribeForLambdaTimeout() *gomock.Call
- func (mr *MockServiceMockRecorder) Unlock() *gomock.Call
- type MocklogDestination
- func (m *MocklogDestination) EXPECT() *MocklogDestinationMockRecorder
- func (m *MocklogDestination) GetName() string
- func (m *MocklogDestination) Sync() error
- func (m *MocklogDestination) WriteDebug(arg0 *ss.LogMsg) error
- func (m *MocklogDestination) WriteError(arg0 *ss.LogMsg) error
- func (m *MocklogDestination) WriteInfo(arg0 *ss.LogMsg) error
- func (m *MocklogDestination) WritePanic(arg0 *ss.LogMsg) error
- func (m *MocklogDestination) WriteWarn(arg0 *ss.LogMsg) error
- type MocklogDestinationMockRecorder
- func (mr *MocklogDestinationMockRecorder) GetName() *gomock.Call
- func (mr *MocklogDestinationMockRecorder) Sync() *gomock.Call
- func (mr *MocklogDestinationMockRecorder) WriteDebug(arg0 interface{}) *gomock.Call
- func (mr *MocklogDestinationMockRecorder) WriteError(arg0 interface{}) *gomock.Call
- func (mr *MocklogDestinationMockRecorder) WriteInfo(arg0 interface{}) *gomock.Call
- func (mr *MocklogDestinationMockRecorder) WritePanic(arg0 interface{}) *gomock.Call
- func (mr *MocklogDestinationMockRecorder) WriteWarn(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLog ¶
type MockLog struct {
// contains filtered or unexported fields
}
MockLog is a mock of Log interface.
func NewMockLog ¶
func NewMockLog(ctrl *gomock.Controller) *MockLog
NewMockLog creates a new mock instance.
func (*MockLog) CheckExit ¶
func (m *MockLog) CheckExit(panicValue interface{})
CheckExit mocks base method.
func (*MockLog) CheckPanic ¶
CheckPanic mocks base method.
func (*MockLog) EXPECT ¶
func (m *MockLog) EXPECT() *MockLogMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLog) NewSession ¶
func (m *MockLog) NewSession(newPrefix func() ss.LogPrefix) ss.LogSession
NewSession mocks base method.
type MockLogMockRecorder ¶
type MockLogMockRecorder struct {
// contains filtered or unexported fields
}
MockLogMockRecorder is the mock recorder for MockLog.
func (*MockLogMockRecorder) CheckExit ¶
func (mr *MockLogMockRecorder) CheckExit(panicValue interface{}) *gomock.Call
CheckExit indicates an expected call of CheckExit.
func (*MockLogMockRecorder) CheckPanic ¶
func (mr *MockLogMockRecorder) CheckPanic(panicValue, errorMessage interface{}) *gomock.Call
CheckPanic indicates an expected call of CheckPanic.
func (*MockLogMockRecorder) Debug ¶
func (mr *MockLogMockRecorder) Debug(arg0 interface{}) *gomock.Call
Debug indicates an expected call of Debug.
func (*MockLogMockRecorder) Error ¶
func (mr *MockLogMockRecorder) Error(arg0 interface{}) *gomock.Call
Error indicates an expected call of Error.
func (*MockLogMockRecorder) Info ¶
func (mr *MockLogMockRecorder) Info(arg0 interface{}) *gomock.Call
Info indicates an expected call of Info.
func (*MockLogMockRecorder) Lock ¶
func (mr *MockLogMockRecorder) Lock() *gomock.Call
Lock indicates an expected call of Lock.
func (*MockLogMockRecorder) NewSession ¶
func (mr *MockLogMockRecorder) NewSession(newPrefix interface{}) *gomock.Call
NewSession indicates an expected call of NewSession.
func (*MockLogMockRecorder) Panic ¶
func (mr *MockLogMockRecorder) Panic(arg0 interface{}) *gomock.Call
Panic indicates an expected call of Panic.
func (*MockLogMockRecorder) Started ¶
func (mr *MockLogMockRecorder) Started() *gomock.Call
Started indicates an expected call of Started.
func (*MockLogMockRecorder) Unlock ¶
func (mr *MockLogMockRecorder) Unlock() *gomock.Call
Unlock indicates an expected call of Unlock.
func (*MockLogMockRecorder) Warn ¶
func (mr *MockLogMockRecorder) Warn(arg0 interface{}) *gomock.Call
Warn indicates an expected call of Warn.
type MockLogSession ¶
type MockLogSession struct {
// contains filtered or unexported fields
}
MockLogSession is a mock of LogSession interface.
func NewMockLogSession ¶
func NewMockLogSession(ctrl *gomock.Controller) *MockLogSession
NewMockLogSession creates a new mock instance.
func (*MockLogSession) CheckPanic ¶
func (m *MockLogSession) CheckPanic(panicValue interface{}, errorMessage string)
CheckPanic mocks base method.
func (*MockLogSession) Debug ¶
func (m *MockLogSession) Debug(arg0 *ss.LogMsg)
Debug mocks base method.
func (*MockLogSession) EXPECT ¶
func (m *MockLogSession) EXPECT() *MockLogSessionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLogSession) Error ¶
func (m *MockLogSession) Error(arg0 *ss.LogMsg)
Error mocks base method.
func (*MockLogSession) Info ¶
func (m *MockLogSession) Info(arg0 *ss.LogMsg)
Info mocks base method.
func (*MockLogSession) NewSession ¶
func (m *MockLogSession) NewSession(newPrefix func() ss.LogPrefix) ss.LogSession
NewSession mocks base method.
func (*MockLogSession) Panic ¶
func (m *MockLogSession) Panic(arg0 *ss.LogMsg)
Panic mocks base method.
func (*MockLogSession) Warn ¶
func (m *MockLogSession) Warn(arg0 *ss.LogMsg)
Warn mocks base method.
type MockLogSessionMockRecorder ¶
type MockLogSessionMockRecorder struct {
// contains filtered or unexported fields
}
MockLogSessionMockRecorder is the mock recorder for MockLogSession.
func (*MockLogSessionMockRecorder) CheckPanic ¶
func (mr *MockLogSessionMockRecorder) CheckPanic(panicValue, errorMessage interface{}) *gomock.Call
CheckPanic indicates an expected call of CheckPanic.
func (*MockLogSessionMockRecorder) Debug ¶
func (mr *MockLogSessionMockRecorder) Debug(arg0 interface{}) *gomock.Call
Debug indicates an expected call of Debug.
func (*MockLogSessionMockRecorder) Error ¶
func (mr *MockLogSessionMockRecorder) Error(arg0 interface{}) *gomock.Call
Error indicates an expected call of Error.
func (*MockLogSessionMockRecorder) Info ¶
func (mr *MockLogSessionMockRecorder) Info(arg0 interface{}) *gomock.Call
Info indicates an expected call of Info.
func (*MockLogSessionMockRecorder) Lock ¶
func (mr *MockLogSessionMockRecorder) Lock() *gomock.Call
Lock indicates an expected call of Lock.
func (*MockLogSessionMockRecorder) NewSession ¶
func (mr *MockLogSessionMockRecorder) NewSession(newPrefix interface{}) *gomock.Call
NewSession indicates an expected call of NewSession.
func (*MockLogSessionMockRecorder) Panic ¶
func (mr *MockLogSessionMockRecorder) Panic(arg0 interface{}) *gomock.Call
Panic indicates an expected call of Panic.
func (*MockLogSessionMockRecorder) Unlock ¶
func (mr *MockLogSessionMockRecorder) Unlock() *gomock.Call
Unlock indicates an expected call of Unlock.
func (*MockLogSessionMockRecorder) Warn ¶
func (mr *MockLogSessionMockRecorder) Warn(arg0 interface{}) *gomock.Call
Warn indicates an expected call of Warn.
type MockLogSource ¶
type MockLogSource struct {
// contains filtered or unexported fields
}
MockLogSource is a mock of LogSource interface.
func NewMockLogSource ¶
func NewMockLogSource(ctrl *gomock.Controller) *MockLogSource
NewMockLogSource creates a new mock instance.
func (*MockLogSource) EXPECT ¶
func (m *MockLogSource) EXPECT() *MockLogSourceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockLogSourceMockRecorder ¶
type MockLogSourceMockRecorder struct {
// contains filtered or unexported fields
}
MockLogSourceMockRecorder is the mock recorder for MockLogSource.
func (*MockLogSourceMockRecorder) Log ¶
func (mr *MockLogSourceMockRecorder) Log() *gomock.Call
Log indicates an expected call of Log.
type MockLogStream ¶
type MockLogStream struct {
// contains filtered or unexported fields
}
MockLogStream is a mock of LogStream interface.
func NewMockLogStream ¶
func NewMockLogStream(ctrl *gomock.Controller) *MockLogStream
NewMockLogStream creates a new mock instance.
func (*MockLogStream) CheckPanic ¶
func (m *MockLogStream) CheckPanic(panicValue interface{}, errorMessage string)
CheckPanic mocks base method.
func (*MockLogStream) Debug ¶
func (m *MockLogStream) Debug(arg0 *ss.LogMsg)
Debug mocks base method.
func (*MockLogStream) EXPECT ¶
func (m *MockLogStream) EXPECT() *MockLogStreamMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLogStream) Error ¶
func (m *MockLogStream) Error(arg0 *ss.LogMsg)
Error mocks base method.
func (*MockLogStream) Panic ¶
func (m *MockLogStream) Panic(arg0 *ss.LogMsg)
Panic mocks base method.
type MockLogStreamMockRecorder ¶
type MockLogStreamMockRecorder struct {
// contains filtered or unexported fields
}
MockLogStreamMockRecorder is the mock recorder for MockLogStream.
func (*MockLogStreamMockRecorder) CheckPanic ¶
func (mr *MockLogStreamMockRecorder) CheckPanic(panicValue, errorMessage interface{}) *gomock.Call
CheckPanic indicates an expected call of CheckPanic.
func (*MockLogStreamMockRecorder) Debug ¶
func (mr *MockLogStreamMockRecorder) Debug(arg0 interface{}) *gomock.Call
Debug indicates an expected call of Debug.
func (*MockLogStreamMockRecorder) Error ¶
func (mr *MockLogStreamMockRecorder) Error(arg0 interface{}) *gomock.Call
Error indicates an expected call of Error.
func (*MockLogStreamMockRecorder) Info ¶
func (mr *MockLogStreamMockRecorder) Info(arg0 interface{}) *gomock.Call
Info indicates an expected call of Info.
func (*MockLogStreamMockRecorder) Lock ¶
func (mr *MockLogStreamMockRecorder) Lock() *gomock.Call
Lock indicates an expected call of Lock.
func (*MockLogStreamMockRecorder) Panic ¶
func (mr *MockLogStreamMockRecorder) Panic(arg0 interface{}) *gomock.Call
Panic indicates an expected call of Panic.
func (*MockLogStreamMockRecorder) Unlock ¶
func (mr *MockLogStreamMockRecorder) Unlock() *gomock.Call
Unlock indicates an expected call of Unlock.
func (*MockLogStreamMockRecorder) Warn ¶
func (mr *MockLogStreamMockRecorder) Warn(arg0 interface{}) *gomock.Call
Warn indicates an expected call of Warn.
type MockService ¶
type MockService struct {
// contains filtered or unexported fields
}
MockService is a mock of Service interface.
func NewMockService ¶
func NewMockService(ctrl *gomock.Controller) *MockService
NewMockService creates a new mock instance.
func (*MockService) CompleteLambda ¶
func (m *MockService) CompleteLambda(panicValue interface{})
CompleteLambda mocks base method.
func (*MockService) Config ¶
func (m *MockService) Config() ss.ServiceConfig
Config mocks base method.
func (*MockService) EXPECT ¶
func (m *MockService) EXPECT() *MockServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockService) Firebase ¶
func (m *MockService) Firebase() *firebase.App
Firebase mocks base method.
func (*MockService) NewAWSConfig ¶
func (m *MockService) NewAWSConfig() aws.Config
NewAWSConfig mocks base method.
func (*MockService) NewAWSSessionV1 ¶
func (m *MockService) NewAWSSessionV1() *session.Session
NewAWSSessionV1 mocks base method.
func (*MockService) NewBuildEntityName ¶
func (m *MockService) NewBuildEntityName(name string) string
NewBuildEntityName mocks base method.
func (*MockService) StartLambda ¶
func (m *MockService) StartLambda(getFailInfo func() []ss.LogMsgAttr)
StartLambda mocks base method.
func (*MockService) SubscribeForLambdaTimeout ¶
func (m *MockService) SubscribeForLambdaTimeout() <-chan struct{}
SubscribeForLambdaTimeout mocks base method.
type MockServiceMockRecorder ¶
type MockServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceMockRecorder is the mock recorder for MockService.
func (*MockServiceMockRecorder) Build ¶
func (mr *MockServiceMockRecorder) Build() *gomock.Call
Build indicates an expected call of Build.
func (*MockServiceMockRecorder) CompleteLambda ¶
func (mr *MockServiceMockRecorder) CompleteLambda(panicValue interface{}) *gomock.Call
CompleteLambda indicates an expected call of CompleteLambda.
func (*MockServiceMockRecorder) Config ¶
func (mr *MockServiceMockRecorder) Config() *gomock.Call
Config indicates an expected call of Config.
func (*MockServiceMockRecorder) Firebase ¶
func (mr *MockServiceMockRecorder) Firebase() *gomock.Call
Firebase indicates an expected call of Firebase.
func (*MockServiceMockRecorder) Lock ¶
func (mr *MockServiceMockRecorder) Lock() *gomock.Call
Lock indicates an expected call of Lock.
func (*MockServiceMockRecorder) Log ¶
func (mr *MockServiceMockRecorder) Log() *gomock.Call
Log indicates an expected call of Log.
func (*MockServiceMockRecorder) Name ¶
func (mr *MockServiceMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockServiceMockRecorder) NewAWSConfig ¶
func (mr *MockServiceMockRecorder) NewAWSConfig() *gomock.Call
NewAWSConfig indicates an expected call of NewAWSConfig.
func (*MockServiceMockRecorder) NewAWSSessionV1 ¶
func (mr *MockServiceMockRecorder) NewAWSSessionV1() *gomock.Call
NewAWSSessionV1 indicates an expected call of NewAWSSessionV1.
func (*MockServiceMockRecorder) NewBuildEntityName ¶
func (mr *MockServiceMockRecorder) NewBuildEntityName(name interface{}) *gomock.Call
NewBuildEntityName indicates an expected call of NewBuildEntityName.
func (*MockServiceMockRecorder) Now ¶
func (mr *MockServiceMockRecorder) Now() *gomock.Call
Now indicates an expected call of Now.
func (*MockServiceMockRecorder) Product ¶
func (mr *MockServiceMockRecorder) Product() *gomock.Call
Product indicates an expected call of Product.
func (*MockServiceMockRecorder) StartLambda ¶
func (mr *MockServiceMockRecorder) StartLambda(getFailInfo interface{}) *gomock.Call
StartLambda indicates an expected call of StartLambda.
func (*MockServiceMockRecorder) SubscribeForLambdaTimeout ¶
func (mr *MockServiceMockRecorder) SubscribeForLambdaTimeout() *gomock.Call
SubscribeForLambdaTimeout indicates an expected call of SubscribeForLambdaTimeout.
func (*MockServiceMockRecorder) Unlock ¶
func (mr *MockServiceMockRecorder) Unlock() *gomock.Call
Unlock indicates an expected call of Unlock.
type MocklogDestination ¶
type MocklogDestination struct {
// contains filtered or unexported fields
}
MocklogDestination is a mock of logDestination interface.
func NewMocklogDestination ¶
func NewMocklogDestination(ctrl *gomock.Controller) *MocklogDestination
NewMocklogDestination creates a new mock instance.
func (*MocklogDestination) EXPECT ¶
func (m *MocklogDestination) EXPECT() *MocklogDestinationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MocklogDestination) GetName ¶
func (m *MocklogDestination) GetName() string
GetName mocks base method.
func (*MocklogDestination) WriteDebug ¶
func (m *MocklogDestination) WriteDebug(arg0 *ss.LogMsg) error
WriteDebug mocks base method.
func (*MocklogDestination) WriteError ¶
func (m *MocklogDestination) WriteError(arg0 *ss.LogMsg) error
WriteError mocks base method.
func (*MocklogDestination) WriteInfo ¶
func (m *MocklogDestination) WriteInfo(arg0 *ss.LogMsg) error
WriteInfo mocks base method.
func (*MocklogDestination) WritePanic ¶
func (m *MocklogDestination) WritePanic(arg0 *ss.LogMsg) error
WritePanic mocks base method.
type MocklogDestinationMockRecorder ¶
type MocklogDestinationMockRecorder struct {
// contains filtered or unexported fields
}
MocklogDestinationMockRecorder is the mock recorder for MocklogDestination.
func (*MocklogDestinationMockRecorder) GetName ¶
func (mr *MocklogDestinationMockRecorder) GetName() *gomock.Call
GetName indicates an expected call of GetName.
func (*MocklogDestinationMockRecorder) Sync ¶
func (mr *MocklogDestinationMockRecorder) Sync() *gomock.Call
Sync indicates an expected call of Sync.
func (*MocklogDestinationMockRecorder) WriteDebug ¶
func (mr *MocklogDestinationMockRecorder) WriteDebug(arg0 interface{}) *gomock.Call
WriteDebug indicates an expected call of WriteDebug.
func (*MocklogDestinationMockRecorder) WriteError ¶
func (mr *MocklogDestinationMockRecorder) WriteError(arg0 interface{}) *gomock.Call
WriteError indicates an expected call of WriteError.
func (*MocklogDestinationMockRecorder) WriteInfo ¶
func (mr *MocklogDestinationMockRecorder) WriteInfo(arg0 interface{}) *gomock.Call
WriteInfo indicates an expected call of WriteInfo.
func (*MocklogDestinationMockRecorder) WritePanic ¶
func (mr *MocklogDestinationMockRecorder) WritePanic(arg0 interface{}) *gomock.Call
WritePanic indicates an expected call of WritePanic.
func (*MocklogDestinationMockRecorder) WriteWarn ¶
func (mr *MocklogDestinationMockRecorder) WriteWarn(arg0 interface{}) *gomock.Call
WriteWarn indicates an expected call of WriteWarn.