Documentation
¶
Overview ¶
Package mock_providers is a generated GoMock package.
Index ¶
- type MockDotEnvClient
- func (m *MockDotEnvClient) Delete(p string) error
- func (m *MockDotEnvClient) EXPECT() *MockDotEnvClientMockRecorder
- func (m *MockDotEnvClient) Exists(p string) (bool, error)
- func (m *MockDotEnvClient) Read(p string) (map[string]string, error)
- func (m *MockDotEnvClient) Write(p string, kvs map[string]string) error
- type MockDotEnvClientMockRecorder
- func (mr *MockDotEnvClientMockRecorder) Delete(p interface{}) *gomock.Call
- func (mr *MockDotEnvClientMockRecorder) Exists(p interface{}) *gomock.Call
- func (mr *MockDotEnvClientMockRecorder) Read(p interface{}) *gomock.Call
- func (mr *MockDotEnvClientMockRecorder) Write(p, kvs interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDotEnvClient ¶
type MockDotEnvClient struct {
// contains filtered or unexported fields
}
MockDotEnvClient is a mock of DotEnvClient interface.
func NewMockDotEnvClient ¶
func NewMockDotEnvClient(ctrl *gomock.Controller) *MockDotEnvClient
NewMockDotEnvClient creates a new mock instance.
func (*MockDotEnvClient) Delete ¶
func (m *MockDotEnvClient) Delete(p string) error
Delete mocks base method.
func (*MockDotEnvClient) EXPECT ¶
func (m *MockDotEnvClient) EXPECT() *MockDotEnvClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDotEnvClient) Exists ¶
func (m *MockDotEnvClient) Exists(p string) (bool, error)
Exists mocks base method.
type MockDotEnvClientMockRecorder ¶
type MockDotEnvClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDotEnvClientMockRecorder is the mock recorder for MockDotEnvClient.
func (*MockDotEnvClientMockRecorder) Delete ¶
func (mr *MockDotEnvClientMockRecorder) Delete(p interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockDotEnvClientMockRecorder) Exists ¶
func (mr *MockDotEnvClientMockRecorder) Exists(p interface{}) *gomock.Call
Exists indicates an expected call of Exists.
func (*MockDotEnvClientMockRecorder) Read ¶
func (mr *MockDotEnvClientMockRecorder) Read(p interface{}) *gomock.Call
Read indicates an expected call of Read.
func (*MockDotEnvClientMockRecorder) Write ¶
func (mr *MockDotEnvClientMockRecorder) Write(p, kvs interface{}) *gomock.Call
Write indicates an expected call of Write.
Click to show internal directories.
Click to hide internal directories.