Documentation
¶
Overview ¶
Package api is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVaultClient ¶
type MockVaultClient struct {
// contains filtered or unexported fields
}
MockVaultClient is a mock of VaultClient interface
func NewMockVaultClient ¶
func NewMockVaultClient(ctrl *gomock.Controller) *MockVaultClient
NewMockVaultClient creates a new mock instance
func (*MockVaultClient) EXPECT ¶
func (m *MockVaultClient) EXPECT() *MockVaultClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockVaultClient) QuerySecret ¶
func (m *MockVaultClient) QuerySecret(arg0, arg1, string, arg2 ...string) (string, error)
QuerySecret mocks base method
func (*MockVaultClient) QuerySecretMap ¶
func (m *MockVaultClient) QuerySecretMap(arg0 string, arg1 ...string) (map[string]interface{}, error)
QuerySecretMap mocks base method
type MockVaultClientMockRecorder ¶
type MockVaultClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVaultClientMockRecorder is the mock recorder for MockVaultClient
func (*MockVaultClientMockRecorder) QuerySecret ¶
func (mr *MockVaultClientMockRecorder) QuerySecret(arg0, arg1 interface{}) *gomock.Call
QuerySecret indicates an expected call of QuerySecret
func (*MockVaultClientMockRecorder) QuerySecretMap ¶
func (mr *MockVaultClientMockRecorder) QuerySecretMap(arg0 interface{}) *gomock.Call
QuerySecretMap indicates an expected call of QuerySecretMap
Click to show internal directories.
Click to hide internal directories.