 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockStorage
- func (m *MockStorage) Delete(arg0 context.Context, arg1 string) error
- func (m *MockStorage) EXPECT() *MockStorageMockRecorder
- func (m *MockStorage) Get(arg0 context.Context, arg1 string) (*logical.StorageEntry, error)
- func (m *MockStorage) List(arg0 context.Context, arg1 string) ([]string, error)
- func (m *MockStorage) Put(arg0 context.Context, arg1 *logical.StorageEntry) error
 
- type MockStorageMockRecorder
- func (mr *MockStorageMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStorageMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStorageMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockStorageMockRecorder) Put(arg0, arg1 interface{}) *gomock.Call
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockStorage ¶
type MockStorage struct {
	// contains filtered or unexported fields
}
    MockStorage is a mock of Storage interface
func NewMockStorage ¶
func NewMockStorage(ctrl *gomock.Controller) *MockStorage
NewMockStorage creates a new mock instance
func (*MockStorage) Delete ¶
func (m *MockStorage) Delete(arg0 context.Context, arg1 string) error
Delete mocks base method
func (*MockStorage) EXPECT ¶
func (m *MockStorage) EXPECT() *MockStorageMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockStorage) Get ¶
func (m *MockStorage) Get(arg0 context.Context, arg1 string) (*logical.StorageEntry, error)
Get mocks base method
func (*MockStorage) Put ¶
func (m *MockStorage) Put(arg0 context.Context, arg1 *logical.StorageEntry) error
Put mocks base method
type MockStorageMockRecorder ¶
type MockStorageMockRecorder struct {
	// contains filtered or unexported fields
}
    MockStorageMockRecorder is the mock recorder for MockStorage
func (*MockStorageMockRecorder) Delete ¶
func (mr *MockStorageMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockStorageMockRecorder) Get ¶
func (mr *MockStorageMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockStorageMockRecorder) List ¶
func (mr *MockStorageMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List
func (*MockStorageMockRecorder) Put ¶
func (mr *MockStorageMockRecorder) Put(arg0, arg1 interface{}) *gomock.Call
Put indicates an expected call of Put
 Click to show internal directories. 
   Click to hide internal directories.