infohubfakes

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2023 License: Apache-2.0, BSD-3-Clause, MIT Imports: 5 Imported by: 0

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

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) Get

func (fake *FakeCache) Get(arg1 context.Context, arg2 string, arg3 string, arg4 string) ([]byte, error)

func (*FakeCache) GetArgsForCall

func (fake *FakeCache) GetArgsForCall(i int) (context.Context, string, string, string)

func (*FakeCache) GetCallCount

func (fake *FakeCache) GetCallCount() int

func (*FakeCache) GetCalls

func (fake *FakeCache) GetCalls(stub func(context.Context, string, string, string) ([]byte, error))

func (*FakeCache) GetReturns

func (fake *FakeCache) GetReturns(result1 []byte, result2 error)

func (*FakeCache) GetReturnsOnCall

func (fake *FakeCache) GetReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeCache) Invocations

func (fake *FakeCache) Invocations() map[string][][]interface{}

func (*FakeCache) Set

func (fake *FakeCache) Set(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 []byte) error

func (*FakeCache) SetArgsForCall

func (fake *FakeCache) SetArgsForCall(i int) (context.Context, string, string, string, []byte)

func (*FakeCache) SetCallCount

func (fake *FakeCache) SetCallCount() int

func (*FakeCache) SetCalls

func (fake *FakeCache) SetCalls(stub func(context.Context, string, string, string, []byte) error)

func (*FakeCache) SetReturns

func (fake *FakeCache) SetReturns(result1 error)

func (*FakeCache) SetReturnsOnCall

func (fake *FakeCache) SetReturnsOnCall(i int, result1 error)

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) Evaluate

func (fake *FakePolicy) Evaluate(arg1 context.Context, arg2 string, arg3 interface{}, arg4 string, arg5 *int) ([]byte, error)

func (*FakePolicy) EvaluateArgsForCall

func (fake *FakePolicy) EvaluateArgsForCall(i int) (context.Context, string, interface{}, string, *int)

func (*FakePolicy) EvaluateCallCount

func (fake *FakePolicy) EvaluateCallCount() int

func (*FakePolicy) EvaluateCalls

func (fake *FakePolicy) EvaluateCalls(stub func(context.Context, string, interface{}, string, *int) ([]byte, error))

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 (fake *FakeSigner) CreatePresentation(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 []map[string]interface{}) (map[string]interface{}, error)

func (*FakeSigner) CreatePresentationArgsForCall

func (fake *FakeSigner) CreatePresentationArgsForCall(i int) (context.Context, string, string, string, []map[string]interface{})

func (*FakeSigner) CreatePresentationCallCount

func (fake *FakeSigner) CreatePresentationCallCount() int

func (*FakeSigner) CreatePresentationCalls

func (fake *FakeSigner) CreatePresentationCalls(stub func(context.Context, string, string, string, []map[string]interface{}) (map[string]interface{}, error))

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{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL