Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handles notifications of successful anchor events processed from an Orb server.
func (*Handler) AnchorEventAcknowledged ¶
func (p *Handler) AnchorEventAcknowledged(actor, anchorRef *url.URL, additionalAnchorRefs []*url.URL) error
AnchorEventAcknowledged handles a notification of a successful anchor event processed from an Orb server. The given additional references are added to the anchor link store so that they are included in WebFinger responses.
func (*Handler) UndoAnchorEventAcknowledgement ¶
func (p *Handler) UndoAnchorEventAcknowledgement(actor, anchorRef *url.URL, additionalAnchorRefs []*url.URL) error
UndoAnchorEventAcknowledgement handles a notification that the previous acknowledgement of an anchor event was undone. The given additional references are removed from the anchor link store so that they are no longer included in WebFinger responses.
Click to show internal directories.
Click to hide internal directories.