Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeEncrypter
- func (fake *FakeEncrypter) Decrypt(arg1 context.Context, arg2 []byte, arg3 []byte) ([]byte, error)
- func (fake *FakeEncrypter) DecryptArgsForCall(i int) (context.Context, []byte, []byte)
- func (fake *FakeEncrypter) DecryptCallCount() int
- func (fake *FakeEncrypter) DecryptCalls(stub func(context.Context, []byte, []byte) ([]byte, error))
- func (fake *FakeEncrypter) DecryptReturns(result1 []byte, result2 error)
- func (fake *FakeEncrypter) DecryptReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeEncrypter) Encrypt(arg1 context.Context, arg2 []byte, arg3 []byte) ([]byte, error)
- func (fake *FakeEncrypter) EncryptArgsForCall(i int) (context.Context, []byte, []byte)
- func (fake *FakeEncrypter) EncryptCallCount() int
- func (fake *FakeEncrypter) EncryptCalls(stub func(context.Context, []byte, []byte) ([]byte, error))
- func (fake *FakeEncrypter) EncryptReturns(result1 []byte, result2 error)
- func (fake *FakeEncrypter) EncryptReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeEncrypter) Invocations() map[string][][]interface{}
- type FakeIntegrityProcessor
- func (fake *FakeIntegrityProcessor) CalculateIntegrity(arg1 security.IntegralObject) ([]byte, error)
- func (fake *FakeIntegrityProcessor) CalculateIntegrityArgsForCall(i int) security.IntegralObject
- func (fake *FakeIntegrityProcessor) CalculateIntegrityCallCount() int
- func (fake *FakeIntegrityProcessor) CalculateIntegrityCalls(stub func(security.IntegralObject) ([]byte, error))
- func (fake *FakeIntegrityProcessor) CalculateIntegrityReturns(result1 []byte, result2 error)
- func (fake *FakeIntegrityProcessor) CalculateIntegrityReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeIntegrityProcessor) Invocations() map[string][][]interface{}
- func (fake *FakeIntegrityProcessor) ValidateIntegrity(arg1 security.IntegralObject) bool
- func (fake *FakeIntegrityProcessor) ValidateIntegrityArgsForCall(i int) security.IntegralObject
- func (fake *FakeIntegrityProcessor) ValidateIntegrityCallCount() int
- func (fake *FakeIntegrityProcessor) ValidateIntegrityCalls(stub func(security.IntegralObject) bool)
- func (fake *FakeIntegrityProcessor) ValidateIntegrityReturns(result1 bool)
- func (fake *FakeIntegrityProcessor) ValidateIntegrityReturnsOnCall(i int, result1 bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEncrypter ¶
type FakeEncrypter struct { DecryptStub func(context.Context, []byte, []byte) ([]byte, error) EncryptStub func(context.Context, []byte, []byte) ([]byte, error) // contains filtered or unexported fields }
func (*FakeEncrypter) DecryptArgsForCall ¶
func (*FakeEncrypter) DecryptCallCount ¶
func (fake *FakeEncrypter) DecryptCallCount() int
func (*FakeEncrypter) DecryptCalls ¶ added in v0.1.2
func (*FakeEncrypter) DecryptReturns ¶
func (fake *FakeEncrypter) DecryptReturns(result1 []byte, result2 error)
func (*FakeEncrypter) DecryptReturnsOnCall ¶
func (fake *FakeEncrypter) DecryptReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeEncrypter) EncryptArgsForCall ¶
func (*FakeEncrypter) EncryptCallCount ¶
func (fake *FakeEncrypter) EncryptCallCount() int
func (*FakeEncrypter) EncryptCalls ¶ added in v0.1.2
func (*FakeEncrypter) EncryptReturns ¶
func (fake *FakeEncrypter) EncryptReturns(result1 []byte, result2 error)
func (*FakeEncrypter) EncryptReturnsOnCall ¶
func (fake *FakeEncrypter) EncryptReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeEncrypter) Invocations ¶
func (fake *FakeEncrypter) Invocations() map[string][][]interface{}
type FakeIntegrityProcessor ¶ added in v0.11.0
type FakeIntegrityProcessor struct { CalculateIntegrityStub func(security.IntegralObject) ([]byte, error) ValidateIntegrityStub func(security.IntegralObject) bool // contains filtered or unexported fields }
func (*FakeIntegrityProcessor) CalculateIntegrity ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) CalculateIntegrity(arg1 security.IntegralObject) ([]byte, error)
func (*FakeIntegrityProcessor) CalculateIntegrityArgsForCall ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) CalculateIntegrityArgsForCall(i int) security.IntegralObject
func (*FakeIntegrityProcessor) CalculateIntegrityCallCount ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) CalculateIntegrityCallCount() int
func (*FakeIntegrityProcessor) CalculateIntegrityCalls ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) CalculateIntegrityCalls(stub func(security.IntegralObject) ([]byte, error))
func (*FakeIntegrityProcessor) CalculateIntegrityReturns ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) CalculateIntegrityReturns(result1 []byte, result2 error)
func (*FakeIntegrityProcessor) CalculateIntegrityReturnsOnCall ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) CalculateIntegrityReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeIntegrityProcessor) Invocations ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) Invocations() map[string][][]interface{}
func (*FakeIntegrityProcessor) ValidateIntegrity ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) ValidateIntegrity(arg1 security.IntegralObject) bool
func (*FakeIntegrityProcessor) ValidateIntegrityArgsForCall ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) ValidateIntegrityArgsForCall(i int) security.IntegralObject
func (*FakeIntegrityProcessor) ValidateIntegrityCallCount ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) ValidateIntegrityCallCount() int
func (*FakeIntegrityProcessor) ValidateIntegrityCalls ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) ValidateIntegrityCalls(stub func(security.IntegralObject) bool)
func (*FakeIntegrityProcessor) ValidateIntegrityReturns ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) ValidateIntegrityReturns(result1 bool)
func (*FakeIntegrityProcessor) ValidateIntegrityReturnsOnCall ¶ added in v0.11.0
func (fake *FakeIntegrityProcessor) ValidateIntegrityReturnsOnCall(i int, result1 bool)
Click to show internal directories.
Click to hide internal directories.