Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type DIDPublisher
- func (fake *DIDPublisher) Invocations() map[string][][]interface{}
- func (fake *DIDPublisher) PublishDID(arg1 context.Context, arg2 string) error
- func (fake *DIDPublisher) PublishDIDArgsForCall(i int) (context.Context, string)
- func (fake *DIDPublisher) PublishDIDCallCount() int
- func (fake *DIDPublisher) PublishDIDCalls(stub func(context.Context, string) error)
- func (fake *DIDPublisher) PublishDIDReturns(result1 error)
- func (fake *DIDPublisher) PublishDIDReturnsOnCall(i int, result1 error)
- type EndpointClient
- func (fake *EndpointClient) GetEndpointFromAnchorOrigin(arg1 string) (*models.Endpoint, error)
- func (fake *EndpointClient) GetEndpointFromAnchorOriginArgsForCall(i int) string
- func (fake *EndpointClient) GetEndpointFromAnchorOriginCallCount() int
- func (fake *EndpointClient) GetEndpointFromAnchorOriginCalls(stub func(string) (*models.Endpoint, error))
- func (fake *EndpointClient) GetEndpointFromAnchorOriginReturns(result1 *models.Endpoint, result2 error)
- func (fake *EndpointClient) GetEndpointFromAnchorOriginReturnsOnCall(i int, result1 *models.Endpoint, result2 error)
- func (fake *EndpointClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DIDPublisher ¶
type DIDPublisher struct { PublishDIDStub func(context.Context, string) error // contains filtered or unexported fields }
func (*DIDPublisher) Invocations ¶
func (fake *DIDPublisher) Invocations() map[string][][]interface{}
func (*DIDPublisher) PublishDID ¶
func (fake *DIDPublisher) PublishDID(arg1 context.Context, arg2 string) error
func (*DIDPublisher) PublishDIDArgsForCall ¶
func (fake *DIDPublisher) PublishDIDArgsForCall(i int) (context.Context, string)
func (*DIDPublisher) PublishDIDCallCount ¶
func (fake *DIDPublisher) PublishDIDCallCount() int
func (*DIDPublisher) PublishDIDCalls ¶
func (fake *DIDPublisher) PublishDIDCalls(stub func(context.Context, string) error)
func (*DIDPublisher) PublishDIDReturns ¶
func (fake *DIDPublisher) PublishDIDReturns(result1 error)
func (*DIDPublisher) PublishDIDReturnsOnCall ¶
func (fake *DIDPublisher) PublishDIDReturnsOnCall(i int, result1 error)
type EndpointClient ¶
type EndpointClient struct { GetEndpointFromAnchorOriginStub func(string) (*models.Endpoint, error) // contains filtered or unexported fields }
func (*EndpointClient) GetEndpointFromAnchorOrigin ¶
func (fake *EndpointClient) GetEndpointFromAnchorOrigin(arg1 string) (*models.Endpoint, error)
func (*EndpointClient) GetEndpointFromAnchorOriginArgsForCall ¶
func (fake *EndpointClient) GetEndpointFromAnchorOriginArgsForCall(i int) string
func (*EndpointClient) GetEndpointFromAnchorOriginCallCount ¶
func (fake *EndpointClient) GetEndpointFromAnchorOriginCallCount() int
func (*EndpointClient) GetEndpointFromAnchorOriginCalls ¶
func (fake *EndpointClient) GetEndpointFromAnchorOriginCalls(stub func(string) (*models.Endpoint, error))
func (*EndpointClient) GetEndpointFromAnchorOriginReturns ¶
func (fake *EndpointClient) GetEndpointFromAnchorOriginReturns(result1 *models.Endpoint, result2 error)
func (*EndpointClient) GetEndpointFromAnchorOriginReturnsOnCall ¶
func (fake *EndpointClient) GetEndpointFromAnchorOriginReturnsOnCall(i int, result1 *models.Endpoint, result2 error)
func (*EndpointClient) Invocations ¶
func (fake *EndpointClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.