Versions in this module Expand all Collapse all v0 v0.0.2 Dec 15, 2025 v0.0.1 Nov 25, 2025 Changes in this version + type Hub struct + func (h *Hub) Acquire() *blobcache.Message + func (h *Hub) Lookup(hash [32]byte) blobcache.TID + func (h *Hub) Publish(tmsg *blobcache.Message) int + func (h *Hub) Release(x *blobcache.Message) + func (h *Hub) Subscribe(tid blobcache.TID, ch chan<- *blobcache.Message) error + func (h *Hub) Unsubscribe(tid blobcache.TID, ch chan<- *blobcache.Message) bool