presentproof

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPresentProofSvc

type MockPresentProofSvc struct {
	service.Action
	service.Message
	ProtocolName       string
	HandleFunc         func(service.DIDCommMsg) (string, error)
	HandleOutboundFunc func(msg service.DIDCommMsg, myDID, theirDID string) (string, error)
	AcceptFunc         func(string) bool
	ActionsFunc        func() ([]presentproof.Action, error)
	ActionContinueFunc func(string, presentproof.Opt) error
}

MockPresentProofSvc mock present proof service.

func (*MockPresentProofSvc) Accept

func (m *MockPresentProofSvc) Accept(msgType string) bool

Accept msg checks the msg type.

func (*MockPresentProofSvc) ActionContinue

func (m *MockPresentProofSvc) ActionContinue(piID string, opt presentproof.Opt) error

ActionContinue mock implementation of present proof service action continue interface.

func (*MockPresentProofSvc) ActionStop

func (m *MockPresentProofSvc) ActionStop(piID string, err error) error

ActionStop mock implementation of present proof service action stop interface.

func (*MockPresentProofSvc) Actions

func (m *MockPresentProofSvc) Actions() ([]presentproof.Action, error)

Actions mock implementation of present proof service actions interface.

func (*MockPresentProofSvc) HandleInbound

HandleInbound msg.

func (*MockPresentProofSvc) HandleOutbound

func (m *MockPresentProofSvc) HandleOutbound(msg service.DIDCommMsg, myDID, theirDID string) (string, error)

HandleOutbound msg.

func (*MockPresentProofSvc) Name

func (m *MockPresentProofSvc) Name() string

Name return service name.

Jump to

Keyboard shortcuts

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