Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type IDGenerator
- type IDGeneratorMockRecorder
- type LockManager
- type LockManagerMockRecorder
- type StatusManager
- func (m *StatusManager) Complete(arg0, arg1, arg2, arg3 string, arg4, arg5 map[string]string) error
- func (m *StatusManager) EXPECT() *StatusManagerMockRecorder
- func (m *StatusManager) Fail(arg0, arg1, arg2, arg3 string, arg4, arg5 map[string]string) error
- func (m *StatusManager) Register(arg0, arg1, arg2, arg3 string)
- func (m *StatusManager) Start(arg0, arg1, arg2 string) error
- func (m *StatusManager) Update(arg0, arg1, arg2 string, arg3 map[string]string) error
- type StatusManagerMockRecorder
- func (mr *StatusManagerMockRecorder) Complete(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *StatusManagerMockRecorder) Fail(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *StatusManagerMockRecorder) Register(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *StatusManagerMockRecorder) Start(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *StatusManagerMockRecorder) Update(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDGenerator ¶
type IDGenerator struct {
// contains filtered or unexported fields
}
IDGenerator is a mock of IDGenerator interface
func NewIDGenerator ¶
func NewIDGenerator(ctrl *gomock.Controller) *IDGenerator
NewIDGenerator creates a new mock instance
func (*IDGenerator) EXPECT ¶
func (m *IDGenerator) EXPECT() *IDGeneratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type IDGeneratorMockRecorder ¶
type IDGeneratorMockRecorder struct {
// contains filtered or unexported fields
}
IDGeneratorMockRecorder is the mock recorder for IDGenerator
func (*IDGeneratorMockRecorder) NextID ¶
func (mr *IDGeneratorMockRecorder) NextID() *gomock.Call
NextID indicates an expected call of NextID
type LockManager ¶
type LockManager struct {
// contains filtered or unexported fields
}
LockManager is a mock of LockManager interface
func NewLockManager ¶
func NewLockManager(ctrl *gomock.Controller) *LockManager
NewLockManager creates a new mock instance
func (*LockManager) EXPECT ¶
func (m *LockManager) EXPECT() *LockManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*LockManager) Lock ¶
func (m *LockManager) Lock(arg0, arg1, arg2, arg3 string, arg4 time.Duration) error
Lock mocks base method
func (*LockManager) Unlock ¶
func (m *LockManager) Unlock(arg0, arg1, arg2, arg3 string) error
Unlock mocks base method
type LockManagerMockRecorder ¶
type LockManagerMockRecorder struct {
// contains filtered or unexported fields
}
LockManagerMockRecorder is the mock recorder for LockManager
func (*LockManagerMockRecorder) Lock ¶
func (mr *LockManagerMockRecorder) Lock(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Lock indicates an expected call of Lock
func (*LockManagerMockRecorder) Unlock ¶
func (mr *LockManagerMockRecorder) Unlock(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Unlock indicates an expected call of Unlock
type StatusManager ¶
type StatusManager struct {
// contains filtered or unexported fields
}
StatusManager is a mock of StatusManager interface
func NewStatusManager ¶
func NewStatusManager(ctrl *gomock.Controller) *StatusManager
NewStatusManager creates a new mock instance
func (*StatusManager) Complete ¶
func (m *StatusManager) Complete(arg0, arg1, arg2, arg3 string, arg4, arg5 map[string]string) error
Complete mocks base method
func (*StatusManager) EXPECT ¶
func (m *StatusManager) EXPECT() *StatusManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*StatusManager) Fail ¶
func (m *StatusManager) Fail(arg0, arg1, arg2, arg3 string, arg4, arg5 map[string]string) error
Fail mocks base method
func (*StatusManager) Register ¶
func (m *StatusManager) Register(arg0, arg1, arg2, arg3 string)
Register mocks base method
func (*StatusManager) Start ¶
func (m *StatusManager) Start(arg0, arg1, arg2 string) error
Start mocks base method
type StatusManagerMockRecorder ¶
type StatusManagerMockRecorder struct {
// contains filtered or unexported fields
}
StatusManagerMockRecorder is the mock recorder for StatusManager
func (*StatusManagerMockRecorder) Complete ¶
func (mr *StatusManagerMockRecorder) Complete(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
Complete indicates an expected call of Complete
func (*StatusManagerMockRecorder) Fail ¶
func (mr *StatusManagerMockRecorder) Fail(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
Fail indicates an expected call of Fail
func (*StatusManagerMockRecorder) Register ¶
func (mr *StatusManagerMockRecorder) Register(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Register indicates an expected call of Register
func (*StatusManagerMockRecorder) Start ¶
func (mr *StatusManagerMockRecorder) Start(arg0, arg1, arg2 interface{}) *gomock.Call
Start indicates an expected call of Start
func (*StatusManagerMockRecorder) Update ¶
func (mr *StatusManagerMockRecorder) Update(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Update indicates an expected call of Update