mocks

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

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

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

func (*MockAPIInterface) Read

func (m *MockAPIInterface) Read(arg0 string) (*api.Secret, error)

Read mocks base method

func (*MockAPIInterface) Write

func (m *MockAPIInterface) Write(arg0 string, arg1 map[string]interface{}) (*api.Secret, error)

Write 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

Jump to

Keyboard shortcuts

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