Documentation ¶
Overview ¶
Package mock_sessions is a generated GoMock package.
Index ¶
- type MockStore
- func (m *MockStore) EXPECT() *MockStoreMockRecorder
- func (m *MockStore) Get(arg0 *http.Request, arg1 string) (*sessions.Session, error)
- func (m *MockStore) New(arg0 *http.Request, arg1 string) (*sessions.Session, error)
- func (m *MockStore) Save(arg0 *http.Request, arg1 http.ResponseWriter, arg2 *sessions.Session) error
- type MockStoreMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStore ¶
type MockStore struct {
// contains filtered or unexported fields
}
MockStore is a mock of Store interface.
func NewMockStore ¶
func NewMockStore(ctrl *gomock.Controller) *MockStore
NewMockStore creates a new mock instance.
func (*MockStore) EXPECT ¶
func (m *MockStore) EXPECT() *MockStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStore) Get ¶
Get mocks base method.
func (*MockStore) New ¶
New mocks base method.
type MockStoreMockRecorder ¶
type MockStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockStoreMockRecorder is the mock recorder for MockStore.
func (*MockStoreMockRecorder) Get ¶
func (mr *MockStoreMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockStoreMockRecorder) New ¶
func (mr *MockStoreMockRecorder) New(arg0, arg1 interface{}) *gomock.Call
New indicates an expected call of New.
func (*MockStoreMockRecorder) Save ¶
func (mr *MockStoreMockRecorder) Save(arg0, arg1, arg2 interface{}) *gomock.Call
Save indicates an expected call of Save.
Click to show internal directories.
Click to hide internal directories.