Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Serve ¶
func Serve(ipld_storage *IPLD_Storage, root_cid cid.Cid)
Types ¶
type IPLD_Storage ¶
type IPLD_Storage struct { CARR storage.ReadableCar LCtx linking.LinkContext LSys linking.LinkSystem }
func LoadCAR ¶
func LoadCAR(car_fd io.ReaderAt, root_cid cid.Cid) *IPLD_Storage
func NewIPLD_Storage ¶
func NewIPLD_Storage(carr storage.ReadableCar, lctx linking.LinkContext, lsys linking.LinkSystem) *IPLD_Storage
Click to show internal directories.
Click to hide internal directories.