Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCache
- func (fake *FakeCache) Get(arg1 context.Context, arg2 string, arg3 string, arg4 string) ([]byte, error)
- func (fake *FakeCache) GetArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeCache) GetCallCount() int
- func (fake *FakeCache) GetCalls(stub func(context.Context, string, string, string) ([]byte, error))
- func (fake *FakeCache) GetReturns(result1 []byte, result2 error)
- func (fake *FakeCache) GetReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeCache) Invocations() map[string][][]interface{}
- func (fake *FakeCache) Set(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 []byte) error
- func (fake *FakeCache) SetArgsForCall(i int) (context.Context, string, string, string, []byte)
- func (fake *FakeCache) SetCallCount() int
- func (fake *FakeCache) SetCalls(stub func(context.Context, string, string, string, []byte) error)
- func (fake *FakeCache) SetReturns(result1 error)
- func (fake *FakeCache) SetReturnsOnCall(i int, result1 error)
- type FakeCredentials
- func (fake *FakeCredentials) Invocations() map[string][][]interface{}
- func (fake *FakeCredentials) ParsePresentation(arg1 []byte) (*verifiable.Presentation, error)
- func (fake *FakeCredentials) ParsePresentationArgsForCall(i int) []byte
- func (fake *FakeCredentials) ParsePresentationCallCount() int
- func (fake *FakeCredentials) ParsePresentationCalls(stub func([]byte) (*verifiable.Presentation, error))
- func (fake *FakeCredentials) ParsePresentationReturns(result1 *verifiable.Presentation, result2 error)
- func (fake *FakeCredentials) ParsePresentationReturnsOnCall(i int, result1 *verifiable.Presentation, result2 error)
- type FakePolicy
- func (fake *FakePolicy) Evaluate(arg1 context.Context, arg2 string, arg3 interface{}, arg4 string, arg5 *int) ([]byte, error)
- func (fake *FakePolicy) EvaluateArgsForCall(i int) (context.Context, string, interface{}, string, *int)
- func (fake *FakePolicy) EvaluateCallCount() int
- func (fake *FakePolicy) EvaluateCalls(stub func(context.Context, string, interface{}, string, *int) ([]byte, error))
- func (fake *FakePolicy) EvaluateReturns(result1 []byte, result2 error)
- func (fake *FakePolicy) EvaluateReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakePolicy) Invocations() map[string][][]interface{}
- type FakeSigner
- func (fake *FakeSigner) CreatePresentation(arg1 context.Context, arg2 string, arg3 string, arg4 string, ...) (map[string]interface{}, error)
- func (fake *FakeSigner) CreatePresentationArgsForCall(i int) (context.Context, string, string, string, []map[string]interface{})
- func (fake *FakeSigner) CreatePresentationCallCount() int
- func (fake *FakeSigner) CreatePresentationCalls(...)
- func (fake *FakeSigner) CreatePresentationReturns(result1 map[string]interface{}, result2 error)
- func (fake *FakeSigner) CreatePresentationReturnsOnCall(i int, result1 map[string]interface{}, result2 error)
- func (fake *FakeSigner) Invocations() map[string][][]interface{}
- func (fake *FakeSigner) VerifyPresentation(arg1 context.Context, arg2 []byte) error
- func (fake *FakeSigner) VerifyPresentationArgsForCall(i int) (context.Context, []byte)
- func (fake *FakeSigner) VerifyPresentationCallCount() int
- func (fake *FakeSigner) VerifyPresentationCalls(stub func(context.Context, []byte) error)
- func (fake *FakeSigner) VerifyPresentationReturns(result1 error)
- func (fake *FakeSigner) VerifyPresentationReturnsOnCall(i int, result1 error)
- type FakeStorage
- func (fake *FakeStorage) ExportConfiguration(arg1 context.Context, arg2 string) (*storage.ExportConfiguration, error)
- func (fake *FakeStorage) ExportConfigurationArgsForCall(i int) (context.Context, string)
- func (fake *FakeStorage) ExportConfigurationCallCount() int
- func (fake *FakeStorage) ExportConfigurationCalls(stub func(context.Context, string) (*storage.ExportConfiguration, error))
- func (fake *FakeStorage) ExportConfigurationReturns(result1 *storage.ExportConfiguration, result2 error)
- func (fake *FakeStorage) ExportConfigurationReturnsOnCall(i int, result1 *storage.ExportConfiguration, result2 error)
- func (fake *FakeStorage) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCache ¶
type FakeCache struct { GetStub func(context.Context, string, string, string) ([]byte, error) SetStub func(context.Context, string, string, string, []byte) error // contains filtered or unexported fields }
func (*FakeCache) GetArgsForCall ¶
func (*FakeCache) GetCallCount ¶
func (*FakeCache) GetReturns ¶
func (*FakeCache) GetReturnsOnCall ¶
func (*FakeCache) Invocations ¶
func (*FakeCache) SetArgsForCall ¶
func (*FakeCache) SetCallCount ¶
func (*FakeCache) SetReturns ¶
func (*FakeCache) SetReturnsOnCall ¶
type FakeCredentials ¶
type FakeCredentials struct { ParsePresentationStub func([]byte) (*verifiable.Presentation, error) // contains filtered or unexported fields }
func (*FakeCredentials) Invocations ¶
func (fake *FakeCredentials) Invocations() map[string][][]interface{}
func (*FakeCredentials) ParsePresentation ¶
func (fake *FakeCredentials) ParsePresentation(arg1 []byte) (*verifiable.Presentation, error)
func (*FakeCredentials) ParsePresentationArgsForCall ¶
func (fake *FakeCredentials) ParsePresentationArgsForCall(i int) []byte
func (*FakeCredentials) ParsePresentationCallCount ¶
func (fake *FakeCredentials) ParsePresentationCallCount() int
func (*FakeCredentials) ParsePresentationCalls ¶
func (fake *FakeCredentials) ParsePresentationCalls(stub func([]byte) (*verifiable.Presentation, error))
func (*FakeCredentials) ParsePresentationReturns ¶
func (fake *FakeCredentials) ParsePresentationReturns(result1 *verifiable.Presentation, result2 error)
func (*FakeCredentials) ParsePresentationReturnsOnCall ¶
func (fake *FakeCredentials) ParsePresentationReturnsOnCall(i int, result1 *verifiable.Presentation, result2 error)
type FakePolicy ¶
type FakePolicy struct { EvaluateStub func(context.Context, string, interface{}, string, *int) ([]byte, error) // contains filtered or unexported fields }
func (*FakePolicy) EvaluateArgsForCall ¶
func (*FakePolicy) EvaluateCallCount ¶
func (fake *FakePolicy) EvaluateCallCount() int
func (*FakePolicy) EvaluateCalls ¶
func (*FakePolicy) EvaluateReturns ¶
func (fake *FakePolicy) EvaluateReturns(result1 []byte, result2 error)
func (*FakePolicy) EvaluateReturnsOnCall ¶
func (fake *FakePolicy) EvaluateReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakePolicy) Invocations ¶
func (fake *FakePolicy) Invocations() map[string][][]interface{}
type FakeSigner ¶
type FakeSigner struct { CreatePresentationStub func(context.Context, string, string, string, []map[string]interface{}) (map[string]interface{}, error) VerifyPresentationStub func(context.Context, []byte) error // contains filtered or unexported fields }
func (*FakeSigner) CreatePresentation ¶
func (*FakeSigner) CreatePresentationArgsForCall ¶
func (*FakeSigner) CreatePresentationCallCount ¶
func (fake *FakeSigner) CreatePresentationCallCount() int
func (*FakeSigner) CreatePresentationCalls ¶
func (*FakeSigner) CreatePresentationReturns ¶
func (fake *FakeSigner) CreatePresentationReturns(result1 map[string]interface{}, result2 error)
func (*FakeSigner) CreatePresentationReturnsOnCall ¶
func (fake *FakeSigner) CreatePresentationReturnsOnCall(i int, result1 map[string]interface{}, result2 error)
func (*FakeSigner) Invocations ¶
func (fake *FakeSigner) Invocations() map[string][][]interface{}
func (*FakeSigner) VerifyPresentation ¶
func (fake *FakeSigner) VerifyPresentation(arg1 context.Context, arg2 []byte) error
func (*FakeSigner) VerifyPresentationArgsForCall ¶
func (fake *FakeSigner) VerifyPresentationArgsForCall(i int) (context.Context, []byte)
func (*FakeSigner) VerifyPresentationCallCount ¶
func (fake *FakeSigner) VerifyPresentationCallCount() int
func (*FakeSigner) VerifyPresentationCalls ¶
func (fake *FakeSigner) VerifyPresentationCalls(stub func(context.Context, []byte) error)
func (*FakeSigner) VerifyPresentationReturns ¶
func (fake *FakeSigner) VerifyPresentationReturns(result1 error)
func (*FakeSigner) VerifyPresentationReturnsOnCall ¶
func (fake *FakeSigner) VerifyPresentationReturnsOnCall(i int, result1 error)
type FakeStorage ¶
type FakeStorage struct { ExportConfigurationStub func(context.Context, string) (*storage.ExportConfiguration, error) // contains filtered or unexported fields }
func (*FakeStorage) ExportConfiguration ¶
func (fake *FakeStorage) ExportConfiguration(arg1 context.Context, arg2 string) (*storage.ExportConfiguration, error)
func (*FakeStorage) ExportConfigurationArgsForCall ¶
func (fake *FakeStorage) ExportConfigurationArgsForCall(i int) (context.Context, string)
func (*FakeStorage) ExportConfigurationCallCount ¶
func (fake *FakeStorage) ExportConfigurationCallCount() int
func (*FakeStorage) ExportConfigurationCalls ¶
func (fake *FakeStorage) ExportConfigurationCalls(stub func(context.Context, string) (*storage.ExportConfiguration, error))
func (*FakeStorage) ExportConfigurationReturns ¶
func (fake *FakeStorage) ExportConfigurationReturns(result1 *storage.ExportConfiguration, result2 error)
func (*FakeStorage) ExportConfigurationReturnsOnCall ¶
func (fake *FakeStorage) ExportConfigurationReturnsOnCall(i int, result1 *storage.ExportConfiguration, result2 error)
func (*FakeStorage) Invocations ¶
func (fake *FakeStorage) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.