Documentation ¶
Overview ¶
Package mockcontextstore is a generated GoMock package.
Index ¶
- type MockContextStore
- func (m *MockContextStore) DestroyStore() error
- func (m *MockContextStore) EXPECT() *MockContextStoreMockRecorder
- func (m *MockContextStore) Remove(id string) error
- func (m *MockContextStore) Retrieve(id string, item interface{}) error
- func (m *MockContextStore) Store(id string, item interface{}) error
- func (m *MockContextStore) Walk() (chan string, error)
- type MockContextStoreMockRecorder
- func (mr *MockContextStoreMockRecorder) DestroyStore() *gomock.Call
- func (mr *MockContextStoreMockRecorder) Remove(id interface{}) *gomock.Call
- func (mr *MockContextStoreMockRecorder) Retrieve(id, item interface{}) *gomock.Call
- func (mr *MockContextStoreMockRecorder) Store(id, item interface{}) *gomock.Call
- func (mr *MockContextStoreMockRecorder) Walk() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockContextStore ¶
type MockContextStore struct {
// contains filtered or unexported fields
}
MockContextStore is a mock of ContextStore interface nolint
func NewMockContextStore ¶
func NewMockContextStore(ctrl *gomock.Controller) *MockContextStore
NewMockContextStore creates a new mock instance nolint
func (*MockContextStore) DestroyStore ¶
func (m *MockContextStore) DestroyStore() error
DestroyStore mocks base method nolint
func (*MockContextStore) EXPECT ¶
func (m *MockContextStore) EXPECT() *MockContextStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use nolint
func (*MockContextStore) Remove ¶
func (m *MockContextStore) Remove(id string) error
Remove mocks base method nolint
func (*MockContextStore) Retrieve ¶
func (m *MockContextStore) Retrieve(id string, item interface{}) error
Retrieve mocks base method nolint
func (*MockContextStore) Store ¶
func (m *MockContextStore) Store(id string, item interface{}) error
Store mocks base method nolint
func (*MockContextStore) Walk ¶
func (m *MockContextStore) Walk() (chan string, error)
Walk mocks base method nolint
type MockContextStoreMockRecorder ¶
type MockContextStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockContextStoreMockRecorder is the mock recorder for MockContextStore nolint
func (*MockContextStoreMockRecorder) DestroyStore ¶
func (mr *MockContextStoreMockRecorder) DestroyStore() *gomock.Call
DestroyStore indicates an expected call of DestroyStore nolint
func (*MockContextStoreMockRecorder) Remove ¶
func (mr *MockContextStoreMockRecorder) Remove(id interface{}) *gomock.Call
Remove indicates an expected call of Remove nolint
func (*MockContextStoreMockRecorder) Retrieve ¶
func (mr *MockContextStoreMockRecorder) Retrieve(id, item interface{}) *gomock.Call
Retrieve indicates an expected call of Retrieve nolint
func (*MockContextStoreMockRecorder) Store ¶
func (mr *MockContextStoreMockRecorder) Store(id, item interface{}) *gomock.Call
Store indicates an expected call of Store nolint
func (*MockContextStoreMockRecorder) Walk ¶
func (mr *MockContextStoreMockRecorder) Walk() *gomock.Call
Walk indicates an expected call of Walk nolint