Documentation
¶
Index ¶
Constants ¶
View Source
const AggregatePrefix = "aggregates/"
Variables ¶
This section is empty.
Functions ¶
func AggregateType ¶
func BufferType ¶
func PieceLinkType ¶
Types ¶
type Aggregate ¶
type Aggregate struct {
Root piece.PieceLink
Pieces []AggregatePiece
}
func (Aggregate) MarshalLogObject ¶
func (a Aggregate) MarshalLogObject(enc zapcore.ObjectEncoder) error
MarshalLogObject makes Aggregate implement the zapcore.ObjectMarshaler interface
type AggregatePiece ¶
type AggregatePiece struct {
Link piece.PieceLink
InclusionProof merkletree.ProofData
}
Click to show internal directories.
Click to hide internal directories.