mock_providers

package
v1.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mock_providers is a generated GoMock package.

Index

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

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.

func (*MockDotEnvClient) Read

func (m *MockDotEnvClient) Read(p string) (map[string]string, error)

Read mocks base method.

func (*MockDotEnvClient) Write

func (m *MockDotEnvClient) Write(p string, kvs map[string]string) error

Write 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL