Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decryptor ¶
Decryptor is an autogenerated mock type for the Decryptor type
func NewDecryptor ¶
NewDecryptor creates a new instance of Decryptor. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Decryptor) Decrypt ¶
func (_m *Decryptor) Decrypt(ctx context.Context, ciphertextId decryptionplugin.CiphertextId, ciphertext []byte) ([]byte, error)
Decrypt provides a mock function with given fields: ctx, ciphertextId, ciphertext
Click to show internal directories.
Click to hide internal directories.