Documentation
¶
Index ¶
- type Decryptor
- type Decryptor_Decrypt_Call
- func (_c *Decryptor_Decrypt_Call) Return(_a0 []byte, _a1 error) *Decryptor_Decrypt_Call
- func (_c *Decryptor_Decrypt_Call) Run(run func(ctx context.Context, ciphertextId decryptionplugin.CiphertextId, ...)) *Decryptor_Decrypt_Call
- func (_c *Decryptor_Decrypt_Call) RunAndReturn(...) *Decryptor_Decrypt_Call
- type Decryptor_Expecter
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
func (*Decryptor) EXPECT ¶ added in v2.15.0
func (_m *Decryptor) EXPECT() *Decryptor_Expecter
type Decryptor_Decrypt_Call ¶ added in v2.15.0
Decryptor_Decrypt_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Decrypt'
func (*Decryptor_Decrypt_Call) Return ¶ added in v2.15.0
func (_c *Decryptor_Decrypt_Call) Return(_a0 []byte, _a1 error) *Decryptor_Decrypt_Call
func (*Decryptor_Decrypt_Call) Run ¶ added in v2.15.0
func (_c *Decryptor_Decrypt_Call) Run(run func(ctx context.Context, ciphertextId decryptionplugin.CiphertextId, ciphertext []byte)) *Decryptor_Decrypt_Call
func (*Decryptor_Decrypt_Call) RunAndReturn ¶ added in v2.15.0
func (_c *Decryptor_Decrypt_Call) RunAndReturn(run func(context.Context, decryptionplugin.CiphertextId, []byte) ([]byte, error)) *Decryptor_Decrypt_Call
type Decryptor_Expecter ¶ added in v2.15.0
type Decryptor_Expecter struct {
// contains filtered or unexported fields
}
func (*Decryptor_Expecter) Decrypt ¶ added in v2.15.0
func (_e *Decryptor_Expecter) Decrypt(ctx interface{}, ciphertextId interface{}, ciphertext interface{}) *Decryptor_Decrypt_Call
Decrypt is a helper method to define mock.On call
- ctx context.Context
- ciphertextId decryptionplugin.CiphertextId
- ciphertext []byte
Click to show internal directories.
Click to hide internal directories.