Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2026 Changes in this version + type AdvancedQueryMessage struct + Filter QueryFilter + type BlockData struct + Branch merkle_dag.ClassicTreeBranch + Leaf merkle_dag.DagLeaf + type ClaimOwnershipMessage struct + PublicKey string + Root string + Signature string + type Connector interface + Connect func(ctx context.Context) error + Disconnect func() error + OpenStream func(ctx context.Context, protocolID string) (Stream, error) + type DagData struct + Dag merkle_dag.Dag + PublicKey secp256k1.PublicKey + Signature schnorr.Signature + type DownloadFilter struct + IncludeContent bool + LeafHashes []string + LeafRanges *LeafLabelRange + type DownloadMessage struct + Filter *DownloadFilter + PublicKey string + Root string + Signature string + type DownloadProgress struct + ConnectionID string + Error error + LeafsRetreived int + type ErrorMessage struct + Message string + type LeafLabelRange struct + From int + To int + type MessageEnvelope struct + Payload interface{} + Type string + type QueryFilter struct + Names []string + PubKeys []string + Tags map[string]string + type QueryMessage struct + QueryFilter map[string]string + type QueryResponse struct + Hashes []string + type ResponseMessage struct + Message string + Ok bool + type Stream interface + Close func() error + Context func() context.Context + Read func(p []byte) (int, error) + Write func(p []byte) (int, error) + type TagFilter struct + OrderBy string + Tags map[string]string + type UploadMessage struct + IsFinalPacket bool + Packet merkle_dag.SerializableBatchedTransmissionPacket + PublicKey string + Root string + Signature string + type UploadProgress struct + ConnectionID string + Error error + LeafsSent int + TotalLeafs int