Documentation ¶
Overview ¶
Package mock_secret is a generated GoMock package.
Index ¶
- type MockSecretService
- func (m *MockSecretService) Access(arg0 context.Context, arg1 *secret.SecretVersion) (*secret.SecretAccessResponse, error)
- func (m *MockSecretService) EXPECT() *MockSecretServiceMockRecorder
- func (m *MockSecretService) Put(arg0 context.Context, arg1 *secret.Secret, arg2 []byte) (*secret.SecretPutResponse, error)
- type MockSecretServiceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSecretService ¶
type MockSecretService struct {
// contains filtered or unexported fields
}
MockSecretService is a mock of SecretService interface.
func NewMockSecretService ¶
func NewMockSecretService(ctrl *gomock.Controller) *MockSecretService
NewMockSecretService creates a new mock instance.
func (*MockSecretService) Access ¶
func (m *MockSecretService) Access(arg0 context.Context, arg1 *secret.SecretVersion) (*secret.SecretAccessResponse, error)
Access mocks base method.
func (*MockSecretService) EXPECT ¶
func (m *MockSecretService) EXPECT() *MockSecretServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSecretServiceMockRecorder ¶
type MockSecretServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretServiceMockRecorder is the mock recorder for MockSecretService.
func (*MockSecretServiceMockRecorder) Access ¶
func (mr *MockSecretServiceMockRecorder) Access(arg0, arg1 interface{}) *gomock.Call
Access indicates an expected call of Access.
func (*MockSecretServiceMockRecorder) Put ¶
func (mr *MockSecretServiceMockRecorder) Put(arg0, arg1, arg2 interface{}) *gomock.Call
Put indicates an expected call of Put.
Click to show internal directories.
Click to hide internal directories.