Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher struct {
// contains filtered or unexported fields
}
Publisher implements a publisher that publishes witnessed verifiable credentials to a message queue.
func NewPublisher ¶
func NewPublisher(pubSub pubSub) *Publisher
NewPublisher returns a new verifiable credential publisher.
type Subscriber ¶
Subscriber implements a subscriber that processes witnessed verifiable credentials from a message queue.
func NewSubscriber ¶
func NewSubscriber(pubSub pubSub, processor anchorProcessor) (*Subscriber, error)
NewSubscriber returns a new verifiable credential subscriber.
Click to show internal directories.
Click to hide internal directories.