mock

package
v3.0.0-beta+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSecrets

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

MockSecrets is a mock of Secrets interface

func NewMockSecrets

func NewMockSecrets(ctrl *gomock.Controller) *MockSecrets

NewMockSecrets creates a new mock instance

func (*MockSecrets) EXPECT

func (m *MockSecrets) EXPECT() *MockSecretsMockRecorder

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

func (*MockSecrets) SecretCheckLogin

func (m *MockSecrets) SecretCheckLogin() error

SecretCheckLogin mocks base method

func (*MockSecrets) SecretGet

func (m *MockSecrets) SecretGet(arg0 string) (interface{}, error)

SecretGet mocks base method

func (*MockSecrets) SecretGetDefaultSecretKey

func (m *MockSecrets) SecretGetDefaultSecretKey() (interface{}, error)

SecretGetDefaultSecretKey mocks base method

func (*MockSecrets) SecretLogin

func (m *MockSecrets) SecretLogin(arg0 string, arg1 map[string]string) error

SecretLogin mocks base method

func (*MockSecrets) SecretSet

func (m *MockSecrets) SecretSet(arg0 string, arg1 interface{}) error

SecretSet mocks base method

func (*MockSecrets) SecretSetDefaultSecretKey

func (m *MockSecrets) SecretSetDefaultSecretKey(arg0 string, arg1 bool) error

SecretSetDefaultSecretKey mocks base method

type MockSecretsMockRecorder

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

MockSecretsMockRecorder is the mock recorder for MockSecrets

func (*MockSecretsMockRecorder) SecretCheckLogin

func (mr *MockSecretsMockRecorder) SecretCheckLogin() *gomock.Call

SecretCheckLogin indicates an expected call of SecretCheckLogin

func (*MockSecretsMockRecorder) SecretGet

func (mr *MockSecretsMockRecorder) SecretGet(arg0 interface{}) *gomock.Call

SecretGet indicates an expected call of SecretGet

func (*MockSecretsMockRecorder) SecretGetDefaultSecretKey

func (mr *MockSecretsMockRecorder) SecretGetDefaultSecretKey() *gomock.Call

SecretGetDefaultSecretKey indicates an expected call of SecretGetDefaultSecretKey

func (*MockSecretsMockRecorder) SecretLogin

func (mr *MockSecretsMockRecorder) SecretLogin(arg0, arg1 interface{}) *gomock.Call

SecretLogin indicates an expected call of SecretLogin

func (*MockSecretsMockRecorder) SecretSet

func (mr *MockSecretsMockRecorder) SecretSet(arg0, arg1 interface{}) *gomock.Call

SecretSet indicates an expected call of SecretSet

func (*MockSecretsMockRecorder) SecretSetDefaultSecretKey

func (mr *MockSecretsMockRecorder) SecretSetDefaultSecretKey(arg0, arg1 interface{}) *gomock.Call

SecretSetDefaultSecretKey indicates an expected call of SecretSetDefaultSecretKey

Jump to

Keyboard shortcuts

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