Documentation ¶
Overview ¶
Package blocker is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blocker ¶
type Blocker struct {
// contains filtered or unexported fields
}
Blocker blocks tasks by executor name and fingerprint.
func (*Blocker) BlockForTTL ¶
BlockForTTL blocks task by executor name and fingeprint for needed TTL.
type Mockcacher ¶
type Mockcacher struct {
// contains filtered or unexported fields
}
Mockcacher is a mock of cacher interface
func NewMockcacher ¶
func NewMockcacher(ctrl *gomock.Controller) *Mockcacher
NewMockcacher creates a new mock instance
func (*Mockcacher) EXPECT ¶
func (m *Mockcacher) EXPECT() *MockcacherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockcacherMockRecorder ¶
type MockcacherMockRecorder struct {
// contains filtered or unexported fields
}
MockcacherMockRecorder is the mock recorder for Mockcacher
func (*MockcacherMockRecorder) Del ¶
func (mr *MockcacherMockRecorder) Del(key interface{}) *gomock.Call
Del indicates an expected call of Del
func (*MockcacherMockRecorder) Get ¶
func (mr *MockcacherMockRecorder) Get(key interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockcacherMockRecorder) Set ¶
func (mr *MockcacherMockRecorder) Set(key, value, expireSeconds interface{}) *gomock.Call
Set indicates an expected call of Set
Click to show internal directories.
Click to hide internal directories.