Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type Store
- func (m *Store) Clear(arg0 context.Context) error
- func (m *Store) EXPECT() *StoreMockRecorder
- func (m *Store) Get(arg0 context.Context, arg1 *url.URL) (*url.URL, bool)
- func (m *Store) Load(arg0 context.Context, arg1 map[*url.URL]*url.URL) error
- func (m *Store) Put(ctx context.Context, obscured, original *url.URL) error
- func (m *Store) Remove(arg0 context.Context, arg1 *url.URL) error
- func (m *Store) Size(arg0 context.Context) int
- type StoreMockRecorder
- func (mr *StoreMockRecorder) Clear(arg0 interface{}) *gomock.Call
- func (mr *StoreMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *StoreMockRecorder) Load(arg0, arg1 interface{}) *gomock.Call
- func (mr *StoreMockRecorder) Put(ctx, obscured, original interface{}) *gomock.Call
- func (mr *StoreMockRecorder) Remove(arg0, arg1 interface{}) *gomock.Call
- func (mr *StoreMockRecorder) Size(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is a mock of Store interface.
func (*Store) EXPECT ¶
func (m *Store) EXPECT() *StoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type StoreMockRecorder ¶
type StoreMockRecorder struct {
// contains filtered or unexported fields
}
StoreMockRecorder is the mock recorder for Store.
func (*StoreMockRecorder) Clear ¶
func (mr *StoreMockRecorder) Clear(arg0 interface{}) *gomock.Call
Clear indicates an expected call of Clear.
func (*StoreMockRecorder) Get ¶
func (mr *StoreMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*StoreMockRecorder) Load ¶
func (mr *StoreMockRecorder) Load(arg0, arg1 interface{}) *gomock.Call
Load indicates an expected call of Load.
func (*StoreMockRecorder) Put ¶
func (mr *StoreMockRecorder) Put(ctx, obscured, original interface{}) *gomock.Call
Put indicates an expected call of Put.
func (*StoreMockRecorder) Remove ¶
func (mr *StoreMockRecorder) Remove(arg0, arg1 interface{}) *gomock.Call
Remove indicates an expected call of Remove.
func (*StoreMockRecorder) Size ¶
func (mr *StoreMockRecorder) Size(arg0 interface{}) *gomock.Call
Size indicates an expected call of Size.
Click to show internal directories.
Click to hide internal directories.