vaultmock

package
v0.0.0-...-5157a32 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package vaultmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogicalClient

type LogicalClient struct {
	// contains filtered or unexported fields
}

LogicalClient is a mock of LogicalClient interface

func NewLogicalClient

func NewLogicalClient(ctrl *gomock.Controller) *LogicalClient

NewLogicalClient creates a new mock instance

func (*LogicalClient) Delete

func (m *LogicalClient) Delete(arg0 string) (*api.Secret, error)

Delete mocks base method

func (*LogicalClient) DeleteWithData

func (m *LogicalClient) DeleteWithData(arg0 string, arg1 map[string][]string) (*api.Secret, error)

DeleteWithData mocks base method

func (*LogicalClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*LogicalClient) List

func (m *LogicalClient) List(arg0 string) (*api.Secret, error)

List mocks base method

func (*LogicalClient) Read

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

Read mocks base method

func (*LogicalClient) ReadWithData

func (m *LogicalClient) ReadWithData(arg0 string, arg1 map[string][]string) (*api.Secret, error)

ReadWithData mocks base method

func (*LogicalClient) Unwrap

func (m *LogicalClient) Unwrap(arg0 string) (*api.Secret, error)

Unwrap mocks base method

func (*LogicalClient) Write

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

Write mocks base method

type LogicalClientMockRecorder

type LogicalClientMockRecorder struct {
	// contains filtered or unexported fields
}

LogicalClientMockRecorder is the mock recorder for LogicalClient

func (*LogicalClientMockRecorder) Delete

func (mr *LogicalClientMockRecorder) Delete(arg0 interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*LogicalClientMockRecorder) DeleteWithData

func (mr *LogicalClientMockRecorder) DeleteWithData(arg0, arg1 interface{}) *gomock.Call

DeleteWithData indicates an expected call of DeleteWithData

func (*LogicalClientMockRecorder) List

func (mr *LogicalClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

func (*LogicalClientMockRecorder) Read

func (mr *LogicalClientMockRecorder) Read(arg0 interface{}) *gomock.Call

Read indicates an expected call of Read

func (*LogicalClientMockRecorder) ReadWithData

func (mr *LogicalClientMockRecorder) ReadWithData(arg0, arg1 interface{}) *gomock.Call

ReadWithData indicates an expected call of ReadWithData

func (*LogicalClientMockRecorder) Unwrap

func (mr *LogicalClientMockRecorder) Unwrap(arg0 interface{}) *gomock.Call

Unwrap indicates an expected call of Unwrap

func (*LogicalClientMockRecorder) Write

func (mr *LogicalClientMockRecorder) 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