Documentation ¶
Overview ¶
Package mock_snapshot is a generated GoMock package.
Index ¶
- type MockIFace
- func (m *MockIFace) EXPECT() *MockIFaceMockRecorder
- func (m *MockIFace) Entries() map[string]*entry.Entry
- func (m *MockIFace) FeatureEnabled(arg0 string, arg1 uint64) bool
- func (m *MockIFace) FeatureEnabledForID(arg0 string, arg1 uint64, arg2 uint32) bool
- func (m *MockIFace) Get(arg0 string) string
- func (m *MockIFace) GetInteger(arg0 string, arg1 uint64) uint64
- func (m *MockIFace) GetModified(arg0 string) time.Time
- func (m *MockIFace) Keys() []string
- func (m *MockIFace) SetEntry(arg0 string, arg1 *entry.Entry)
- type MockIFaceMockRecorder
- func (mr *MockIFaceMockRecorder) Entries() *gomock.Call
- func (mr *MockIFaceMockRecorder) FeatureEnabled(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIFaceMockRecorder) FeatureEnabledForID(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIFaceMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockIFaceMockRecorder) GetInteger(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIFaceMockRecorder) GetModified(arg0 interface{}) *gomock.Call
- func (mr *MockIFaceMockRecorder) Keys() *gomock.Call
- func (mr *MockIFaceMockRecorder) SetEntry(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIFace ¶
type MockIFace struct {
// contains filtered or unexported fields
}
MockIFace is a mock of IFace interface
func NewMockIFace ¶
func NewMockIFace(ctrl *gomock.Controller) *MockIFace
NewMockIFace creates a new mock instance
func (*MockIFace) EXPECT ¶
func (m *MockIFace) EXPECT() *MockIFaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIFace) FeatureEnabled ¶
FeatureEnabled mocks base method
func (*MockIFace) FeatureEnabledForID ¶
FeatureEnabledForID mocks base method
func (*MockIFace) GetInteger ¶
GetInteger mocks base method
func (*MockIFace) GetModified ¶
GetModified mocks base method
type MockIFaceMockRecorder ¶
type MockIFaceMockRecorder struct {
// contains filtered or unexported fields
}
MockIFaceMockRecorder is the mock recorder for MockIFace
func (*MockIFaceMockRecorder) Entries ¶
func (mr *MockIFaceMockRecorder) Entries() *gomock.Call
Entries indicates an expected call of Entries
func (*MockIFaceMockRecorder) FeatureEnabled ¶
func (mr *MockIFaceMockRecorder) FeatureEnabled(arg0, arg1 interface{}) *gomock.Call
FeatureEnabled indicates an expected call of FeatureEnabled
func (*MockIFaceMockRecorder) FeatureEnabledForID ¶
func (mr *MockIFaceMockRecorder) FeatureEnabledForID(arg0, arg1, arg2 interface{}) *gomock.Call
FeatureEnabledForID indicates an expected call of FeatureEnabledForID
func (*MockIFaceMockRecorder) Get ¶
func (mr *MockIFaceMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockIFaceMockRecorder) GetInteger ¶
func (mr *MockIFaceMockRecorder) GetInteger(arg0, arg1 interface{}) *gomock.Call
GetInteger indicates an expected call of GetInteger
func (*MockIFaceMockRecorder) GetModified ¶
func (mr *MockIFaceMockRecorder) GetModified(arg0 interface{}) *gomock.Call
GetModified indicates an expected call of GetModified
func (*MockIFaceMockRecorder) Keys ¶
func (mr *MockIFaceMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys
func (*MockIFaceMockRecorder) SetEntry ¶
func (mr *MockIFaceMockRecorder) SetEntry(arg0, arg1 interface{}) *gomock.Call
SetEntry indicates an expected call of SetEntry