Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type KeyVaultClient
- func (m *KeyVaultClient) CreateKey(arg0 context.Context, arg1 string, arg2 azkeys.CreateKeyParameters, ...) (azkeys.CreateKeyResponse, error)
- func (m *KeyVaultClient) EXPECT() *KeyVaultClientMockRecorder
- func (m *KeyVaultClient) GetKey(arg0 context.Context, arg1, arg2 string, arg3 *azkeys.GetKeyOptions) (azkeys.GetKeyResponse, error)
- func (m *KeyVaultClient) Sign(arg0 context.Context, arg1, arg2 string, arg3 azkeys.SignParameters, ...) (azkeys.SignResponse, error)
- type KeyVaultClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyVaultClient ¶
type KeyVaultClient struct {
// contains filtered or unexported fields
}
KeyVaultClient is a mock of KeyVaultClient interface.
func NewKeyVaultClient ¶
func NewKeyVaultClient(ctrl *gomock.Controller) *KeyVaultClient
NewKeyVaultClient creates a new mock instance.
func (*KeyVaultClient) CreateKey ¶
func (m *KeyVaultClient) CreateKey(arg0 context.Context, arg1 string, arg2 azkeys.CreateKeyParameters, arg3 *azkeys.CreateKeyOptions) (azkeys.CreateKeyResponse, error)
CreateKey mocks base method.
func (*KeyVaultClient) EXPECT ¶
func (m *KeyVaultClient) EXPECT() *KeyVaultClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*KeyVaultClient) GetKey ¶
func (m *KeyVaultClient) GetKey(arg0 context.Context, arg1, arg2 string, arg3 *azkeys.GetKeyOptions) (azkeys.GetKeyResponse, error)
GetKey mocks base method.
func (*KeyVaultClient) Sign ¶
func (m *KeyVaultClient) Sign(arg0 context.Context, arg1, arg2 string, arg3 azkeys.SignParameters, arg4 *azkeys.SignOptions) (azkeys.SignResponse, error)
Sign mocks base method.
type KeyVaultClientMockRecorder ¶
type KeyVaultClientMockRecorder struct {
// contains filtered or unexported fields
}
KeyVaultClientMockRecorder is the mock recorder for KeyVaultClient.
func (*KeyVaultClientMockRecorder) CreateKey ¶
func (mr *KeyVaultClientMockRecorder) CreateKey(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateKey indicates an expected call of CreateKey.
func (*KeyVaultClientMockRecorder) GetKey ¶
func (mr *KeyVaultClientMockRecorder) GetKey(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetKey indicates an expected call of GetKey.
func (*KeyVaultClientMockRecorder) Sign ¶
func (mr *KeyVaultClientMockRecorder) Sign(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Sign indicates an expected call of Sign.
Click to show internal directories.
Click to hide internal directories.