Documentation
¶
Overview ¶
Package publisher provides interfaces and implementations for publishing Merkle DAG nodes to external event streaming systems.
Index ¶
Constants ¶
View Source
const (
// SchemaNodeV1 is the schema identifier for node publish events.
SchemaNodeV1 = "tapes.node.v1"
)
Variables ¶
View Source
var ErrEmptyRootHash = errors.New("cannot create event with empty root hash")
ErrEmptyRootHash indicates an empty root hash was provided where a value is required.
View Source
var ErrNilNode = errors.New("cannot create event from nil node")
ErrNilNode indicates a nil node was provided where a value is required.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.