Documentation ¶
Overview ¶
Package cookies is a generated GoMock package.
Index ¶
- type MockISecureCookie
- func (m *MockISecureCookie) DeleteCookie(arg0 string) error
- func (m *MockISecureCookie) EXPECT() *MockISecureCookieMockRecorder
- func (m *MockISecureCookie) GetCookieValue(arg0 string) (string, error)
- func (m *MockISecureCookie) RefreshCookie(arg0 string, arg1 time.Duration) error
- func (m *MockISecureCookie) SetCookieValue(arg0, arg1 string, arg2 time.Time) error
- type MockISecureCookieMockRecorder
- func (mr *MockISecureCookieMockRecorder) DeleteCookie(arg0 interface{}) *gomock.Call
- func (mr *MockISecureCookieMockRecorder) GetCookieValue(arg0 interface{}) *gomock.Call
- func (mr *MockISecureCookieMockRecorder) RefreshCookie(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockISecureCookieMockRecorder) SetCookieValue(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockISecureCookie ¶
type MockISecureCookie struct {
// contains filtered or unexported fields
}
MockISecureCookie is a mock of ISecureCookie interface.
func NewMockISecureCookie ¶
func NewMockISecureCookie(ctrl *gomock.Controller) *MockISecureCookie
NewMockISecureCookie creates a new mock instance.
func (*MockISecureCookie) DeleteCookie ¶
func (m *MockISecureCookie) DeleteCookie(arg0 string) error
DeleteCookie mocks base method.
func (*MockISecureCookie) EXPECT ¶
func (m *MockISecureCookie) EXPECT() *MockISecureCookieMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockISecureCookie) GetCookieValue ¶
func (m *MockISecureCookie) GetCookieValue(arg0 string) (string, error)
GetCookieValue mocks base method.
func (*MockISecureCookie) RefreshCookie ¶
func (m *MockISecureCookie) RefreshCookie(arg0 string, arg1 time.Duration) error
RefreshCookie mocks base method.
func (*MockISecureCookie) SetCookieValue ¶
func (m *MockISecureCookie) SetCookieValue(arg0, arg1 string, arg2 time.Time) error
SetCookieValue mocks base method.
type MockISecureCookieMockRecorder ¶
type MockISecureCookieMockRecorder struct {
// contains filtered or unexported fields
}
MockISecureCookieMockRecorder is the mock recorder for MockISecureCookie.
func (*MockISecureCookieMockRecorder) DeleteCookie ¶
func (mr *MockISecureCookieMockRecorder) DeleteCookie(arg0 interface{}) *gomock.Call
DeleteCookie indicates an expected call of DeleteCookie.
func (*MockISecureCookieMockRecorder) GetCookieValue ¶
func (mr *MockISecureCookieMockRecorder) GetCookieValue(arg0 interface{}) *gomock.Call
GetCookieValue indicates an expected call of GetCookieValue.
func (*MockISecureCookieMockRecorder) RefreshCookie ¶
func (mr *MockISecureCookieMockRecorder) RefreshCookie(arg0, arg1 interface{}) *gomock.Call
RefreshCookie indicates an expected call of RefreshCookie.
func (*MockISecureCookieMockRecorder) SetCookieValue ¶
func (mr *MockISecureCookieMockRecorder) SetCookieValue(arg0, arg1, arg2 interface{}) *gomock.Call
SetCookieValue indicates an expected call of SetCookieValue.