Versions in this module Expand all Collapse all v0 v0.0.2 Feb 29, 2020 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime Changes in this version type Node + func (n Node) Lookup(key ipld.Node) (ipld.Node, error) + func (n Node) LookupIndex(idx int) (ipld.Node, error) + func (n Node) LookupSegment(seg ipld.PathSegment) (ipld.Node, error) + func (n Node) LookupString(pth string) (ipld.Node, error) v0.0.1 Aug 8, 2019 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime Changes in this version + func Bind(bindme interface{}, atl atlas.Atlas) ipld.Node + type Node struct + func (Node) IsUndefined() bool + func (n Node) AsBool() (v bool, _ error) + func (n Node) AsBytes() (v []byte, _ error) + func (n Node) AsFloat() (v float64, _ error) + func (n Node) AsInt() (v int, _ error) + func (n Node) AsLink() (v ipld.Link, _ error) + func (n Node) AsString() (v string, _ error) + func (n Node) IsNull() bool + func (n Node) Length() int + func (n Node) ListIterator() ipld.ListIterator + func (n Node) MapIterator() ipld.MapIterator + func (n Node) NodeBuilder() ipld.NodeBuilder + func (n Node) PushTokens(sink shared.TokenSink) error + func (n Node) ReprKind() ipld.ReprKind + func (n Node) TraverseField(pth string) (ipld.Node, error) + func (n Node) TraverseIndex(idx int) (ipld.Node, error) v0.0.1-filecoin Aug 8, 2019 GO-2023-1269 GO-2023-1269: Panic in encoding in github.com/ipld/go-ipld-prime