Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
ProposePresentationMsg(e service.DIDCommAction, d *presentproof.ProposePresentation)
RequestPresentationMsg(e service.DIDCommAction, d *presentproof.RequestPresentation)
PresentationMsg(e service.DIDCommAction, d *presentproof.Presentation)
PresentationPreviewMsg(e service.DIDCommAction, d *presentproof.Presentation)
}
type HandlerFunc ¶
type HandlerFunc func(service.DIDCommAction)
type Supervisor ¶
func New ¶
func New(ctx provider) (*Supervisor, error)
func (*Supervisor) Start ¶
func (r *Supervisor) Start(h Handler) error
Click to show internal directories.
Click to hide internal directories.