Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockAPIInterface
- func (m *MockAPIInterface) EXPECT() *MockAPIInterfaceMockRecorder
- func (m *MockAPIInterface) Mount(arg0 string, arg1 *api.MountInput) error
- func (m *MockAPIInterface) Read(arg0 string) (*api.Secret, error)
- func (m *MockAPIInterface) Write(arg0 string, arg1 map[string]interface{}) (*api.Secret, error)
- type MockAPIInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPIInterface ¶
type MockAPIInterface struct {
// contains filtered or unexported fields
}
MockAPIInterface is a mock of APIInterface interface
func NewMockAPIInterface ¶
func NewMockAPIInterface(ctrl *gomock.Controller) *MockAPIInterface
NewMockAPIInterface creates a new mock instance
func (*MockAPIInterface) EXPECT ¶
func (m *MockAPIInterface) EXPECT() *MockAPIInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAPIInterface) Mount ¶
func (m *MockAPIInterface) Mount(arg0 string, arg1 *api.MountInput) error
Mount mocks base method
type MockAPIInterfaceMockRecorder ¶
type MockAPIInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIInterfaceMockRecorder is the mock recorder for MockAPIInterface
func (*MockAPIInterfaceMockRecorder) Mount ¶
func (mr *MockAPIInterfaceMockRecorder) Mount(arg0, arg1 interface{}) *gomock.Call
Mount indicates an expected call of Mount
func (*MockAPIInterfaceMockRecorder) Read ¶
func (mr *MockAPIInterfaceMockRecorder) Read(arg0 interface{}) *gomock.Call
Read indicates an expected call of Read
func (*MockAPIInterfaceMockRecorder) Write ¶
func (mr *MockAPIInterfaceMockRecorder) Write(arg0, arg1 interface{}) *gomock.Call
Write indicates an expected call of Write
Click to show internal directories.
Click to hide internal directories.