Documentation ¶
Overview ¶
Package mock_keyvault is a generated GoMock package.
Index ¶
- type MockBaseClient
- func (m *MockBaseClient) CreateCertificate(arg0 context.Context, arg1, arg2 string, ...) (keyvault.CertificateOperation, error)
- func (m *MockBaseClient) DeleteCertificate(arg0 context.Context, arg1, arg2 string) (keyvault.DeletedCertificateBundle, error)
- func (m *MockBaseClient) EXPECT() *MockBaseClientMockRecorder
- func (m *MockBaseClient) GetCertificateOperation(arg0 context.Context, arg1, arg2 string) (keyvault.CertificateOperation, error)
- func (m *MockBaseClient) GetCertificates(arg0 context.Context, arg1 string, arg2 *int32, arg3 *bool) (keyvault.CertificateListResultPage, error)
- func (m *MockBaseClient) GetSecret(arg0 context.Context, arg1, arg2, arg3 string) (keyvault.SecretBundle, error)
- func (m *MockBaseClient) GetSecrets(arg0 context.Context, arg1 string, arg2 *int32) ([]keyvault.SecretItem, error)
- func (m *MockBaseClient) ImportCertificate(arg0 context.Context, arg1, arg2 string, ...) (keyvault.CertificateBundle, error)
- func (m *MockBaseClient) SetCertificateIssuer(arg0 context.Context, arg1, arg2 string, ...) (keyvault.IssuerBundle, error)
- func (m *MockBaseClient) SetSecret(arg0 context.Context, arg1, arg2 string, arg3 keyvault.SecretSetParameters) (keyvault.SecretBundle, error)
- type MockBaseClientMockRecorder
- func (mr *MockBaseClientMockRecorder) CreateCertificate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockBaseClientMockRecorder) DeleteCertificate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockBaseClientMockRecorder) GetCertificateOperation(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockBaseClientMockRecorder) GetCertificates(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockBaseClientMockRecorder) GetSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockBaseClientMockRecorder) GetSecrets(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockBaseClientMockRecorder) ImportCertificate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockBaseClientMockRecorder) SetCertificateIssuer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockBaseClientMockRecorder) SetSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBaseClient ¶
type MockBaseClient struct {
// contains filtered or unexported fields
}
MockBaseClient is a mock of BaseClient interface
func NewMockBaseClient ¶
func NewMockBaseClient(ctrl *gomock.Controller) *MockBaseClient
NewMockBaseClient creates a new mock instance
func (*MockBaseClient) CreateCertificate ¶
func (m *MockBaseClient) CreateCertificate(arg0 context.Context, arg1, arg2 string, arg3 keyvault.CertificateCreateParameters) (keyvault.CertificateOperation, error)
CreateCertificate mocks base method
func (*MockBaseClient) DeleteCertificate ¶
func (m *MockBaseClient) DeleteCertificate(arg0 context.Context, arg1, arg2 string) (keyvault.DeletedCertificateBundle, error)
DeleteCertificate mocks base method
func (*MockBaseClient) EXPECT ¶
func (m *MockBaseClient) EXPECT() *MockBaseClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockBaseClient) GetCertificateOperation ¶
func (m *MockBaseClient) GetCertificateOperation(arg0 context.Context, arg1, arg2 string) (keyvault.CertificateOperation, error)
GetCertificateOperation mocks base method
func (*MockBaseClient) GetCertificates ¶
func (m *MockBaseClient) GetCertificates(arg0 context.Context, arg1 string, arg2 *int32, arg3 *bool) (keyvault.CertificateListResultPage, error)
GetCertificates mocks base method
func (*MockBaseClient) GetSecret ¶
func (m *MockBaseClient) GetSecret(arg0 context.Context, arg1, arg2, arg3 string) (keyvault.SecretBundle, error)
GetSecret mocks base method
func (*MockBaseClient) GetSecrets ¶
func (m *MockBaseClient) GetSecrets(arg0 context.Context, arg1 string, arg2 *int32) ([]keyvault.SecretItem, error)
GetSecrets mocks base method
func (*MockBaseClient) ImportCertificate ¶
func (m *MockBaseClient) ImportCertificate(arg0 context.Context, arg1, arg2 string, arg3 keyvault.CertificateImportParameters) (keyvault.CertificateBundle, error)
ImportCertificate mocks base method
func (*MockBaseClient) SetCertificateIssuer ¶
func (m *MockBaseClient) SetCertificateIssuer(arg0 context.Context, arg1, arg2 string, arg3 keyvault.CertificateIssuerSetParameters) (keyvault.IssuerBundle, error)
SetCertificateIssuer mocks base method
func (*MockBaseClient) SetSecret ¶
func (m *MockBaseClient) SetSecret(arg0 context.Context, arg1, arg2 string, arg3 keyvault.SecretSetParameters) (keyvault.SecretBundle, error)
SetSecret mocks base method
type MockBaseClientMockRecorder ¶
type MockBaseClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBaseClientMockRecorder is the mock recorder for MockBaseClient
func (*MockBaseClientMockRecorder) CreateCertificate ¶
func (mr *MockBaseClientMockRecorder) CreateCertificate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateCertificate indicates an expected call of CreateCertificate
func (*MockBaseClientMockRecorder) DeleteCertificate ¶
func (mr *MockBaseClientMockRecorder) DeleteCertificate(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteCertificate indicates an expected call of DeleteCertificate
func (*MockBaseClientMockRecorder) GetCertificateOperation ¶
func (mr *MockBaseClientMockRecorder) GetCertificateOperation(arg0, arg1, arg2 interface{}) *gomock.Call
GetCertificateOperation indicates an expected call of GetCertificateOperation
func (*MockBaseClientMockRecorder) GetCertificates ¶
func (mr *MockBaseClientMockRecorder) GetCertificates(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetCertificates indicates an expected call of GetCertificates
func (*MockBaseClientMockRecorder) GetSecret ¶
func (mr *MockBaseClientMockRecorder) GetSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetSecret indicates an expected call of GetSecret
func (*MockBaseClientMockRecorder) GetSecrets ¶
func (mr *MockBaseClientMockRecorder) GetSecrets(arg0, arg1, arg2 interface{}) *gomock.Call
GetSecrets indicates an expected call of GetSecrets
func (*MockBaseClientMockRecorder) ImportCertificate ¶
func (mr *MockBaseClientMockRecorder) ImportCertificate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ImportCertificate indicates an expected call of ImportCertificate
func (*MockBaseClientMockRecorder) SetCertificateIssuer ¶
func (mr *MockBaseClientMockRecorder) SetCertificateIssuer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SetCertificateIssuer indicates an expected call of SetCertificateIssuer
func (*MockBaseClientMockRecorder) SetSecret ¶
func (mr *MockBaseClientMockRecorder) SetSecret(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SetSecret indicates an expected call of SetSecret