Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCrypter ¶
type MockCrypter struct {
// contains filtered or unexported fields
}
Mock of Crypter interface
func NewMockCrypter ¶
func NewMockCrypter(ctrl *gomock.Controller) *MockCrypter
func (*MockCrypter) DecryptSecret ¶
func (_m *MockCrypter) DecryptSecret(_param0 *dao.SecretRecord) (*string, error)
func (*MockCrypter) EXPECT ¶
func (_m *MockCrypter) EXPECT() *_MockCrypterRecorder
func (*MockCrypter) EncryptSecret ¶
func (_m *MockCrypter) EncryptSecret(_param0 *dao.SecretRecord, _param1 string) (*dao.SecretRecord, error)
Click to show internal directories.
Click to hide internal directories.