Versions in this module Expand all Collapse all v0 v0.0.1 Sep 1, 2021 Changes in this version + var Type typeSlab + type Block = *_Block + func (Block) AsBool() (bool, error) + func (Block) AsBytes() ([]byte, error) + func (Block) AsFloat() (float64, error) + func (Block) AsInt() (int64, error) + func (Block) AsLink() (ld.Link, error) + func (Block) AsString() (string, error) + func (Block) IsAbsent() bool + func (Block) IsNull() bool + func (Block) Kind() ld.Kind + func (Block) Length() int64 + func (Block) ListIterator() ld.ListIterator + func (Block) LookupByIndex(idx int64) (ld.Node, error) + func (Block) Prototype() ld.NodePrototype + func (Block) Type() schema.Type + func (n Block) LookupByNode(key ld.Node) (ld.Node, error) + func (n Block) LookupBySegment(seg ld.PathSegment) (ld.Node, error) + func (n Block) LookupByString(key string) (ld.Node, error) + func (n Block) MapIterator() ld.MapIterator + func (n Block) Representation() ld.Node + type Bytes = *_Bytes + func (Bytes) AsBool() (bool, error) + func (Bytes) AsFloat() (float64, error) + func (Bytes) AsInt() (int64, error) + func (Bytes) AsLink() (ld.Link, error) + func (Bytes) AsString() (string, error) + func (Bytes) IsAbsent() bool + func (Bytes) IsNull() bool + func (Bytes) Kind() ld.Kind + func (Bytes) Length() int64 + func (Bytes) ListIterator() ld.ListIterator + func (Bytes) LookupByIndex(idx int64) (ld.Node, error) + func (Bytes) LookupByNode(ld.Node) (ld.Node, error) + func (Bytes) LookupBySegment(seg ld.PathSegment) (ld.Node, error) + func (Bytes) LookupByString(string) (ld.Node, error) + func (Bytes) MapIterator() ld.MapIterator + func (Bytes) Prototype() ld.NodePrototype + func (Bytes) Type() schema.Type + func (n Bytes) AsBytes() ([]byte, error) + func (n Bytes) Bytes() []byte + func (n Bytes) Representation() ld.Node + type Link = *_Link + func (Link) AsBool() (bool, error) + func (Link) AsBytes() ([]byte, error) + func (Link) AsFloat() (float64, error) + func (Link) AsInt() (int64, error) + func (Link) AsString() (string, error) + func (Link) IsAbsent() bool + func (Link) IsNull() bool + func (Link) Kind() ld.Kind + func (Link) Length() int64 + func (Link) ListIterator() ld.ListIterator + func (Link) LookupByIndex(idx int64) (ld.Node, error) + func (Link) LookupByNode(ld.Node) (ld.Node, error) + func (Link) LookupBySegment(seg ld.PathSegment) (ld.Node, error) + func (Link) LookupByString(string) (ld.Node, error) + func (Link) MapIterator() ld.MapIterator + func (Link) Prototype() ld.NodePrototype + func (Link) Type() schema.Type + func (n Link) AsLink() (ld.Link, error) + func (n Link) Link() ld.Link + func (n Link) Representation() ld.Node + type MaybeBlock = *_Block__Maybe + func (m MaybeBlock) AsNode() ld.Node + func (m MaybeBlock) Exists() bool + func (m MaybeBlock) IsAbsent() bool + func (m MaybeBlock) IsNull() bool + func (m MaybeBlock) Must() Block + type MaybeBytes = *_Bytes__Maybe + func (m MaybeBytes) AsNode() ld.Node + func (m MaybeBytes) Exists() bool + func (m MaybeBytes) IsAbsent() bool + func (m MaybeBytes) IsNull() bool + func (m MaybeBytes) Must() Bytes + type MaybeLink = *_Link__Maybe + func (m MaybeLink) AsNode() ld.Node + func (m MaybeLink) Exists() bool + func (m MaybeLink) IsAbsent() bool + func (m MaybeLink) IsNull() bool + func (m MaybeLink) Must() Link + type MaybeMessages = *_Messages__Maybe + func (m MaybeMessages) AsNode() ld.Node + func (m MaybeMessages) Exists() bool + func (m MaybeMessages) IsAbsent() bool + func (m MaybeMessages) IsNull() bool + func (m MaybeMessages) Must() Messages + type MaybeParents = *_Parents__Maybe + func (m MaybeParents) AsNode() ld.Node + func (m MaybeParents) Exists() bool + func (m MaybeParents) IsAbsent() bool + func (m MaybeParents) IsNull() bool + func (m MaybeParents) Must() Parents + type MaybeString = *_String__Maybe + func (m MaybeString) AsNode() ld.Node + func (m MaybeString) Exists() bool + func (m MaybeString) IsAbsent() bool + func (m MaybeString) IsNull() bool + func (m MaybeString) Must() String + type Messages = *_Messages + func (Messages) AsBool() (bool, error) + func (Messages) AsBytes() ([]byte, error) + func (Messages) AsFloat() (float64, error) + func (Messages) AsInt() (int64, error) + func (Messages) AsLink() (ld.Link, error) + func (Messages) AsString() (string, error) + func (Messages) IsAbsent() bool + func (Messages) IsNull() bool + func (Messages) Kind() ld.Kind + func (Messages) LookupByString(string) (ld.Node, error) + func (Messages) MapIterator() ld.MapIterator + func (Messages) Prototype() ld.NodePrototype + func (Messages) Type() schema.Type + func (n Messages) Iterator() *Messages__Itr + func (n Messages) Length() int64 + func (n Messages) ListIterator() ld.ListIterator + func (n Messages) LookupByIndex(idx int64) (ld.Node, error) + func (n Messages) LookupByNode(k ld.Node) (ld.Node, error) + func (n Messages) LookupBySegment(seg ld.PathSegment) (ld.Node, error) + func (n Messages) Representation() ld.Node + type Messages__Itr struct + func (itr *Messages__Itr) Done() bool + func (itr *Messages__Itr) Next() (idx int64, v Bytes) + type Parents = *_Parents + func (Parents) AsBool() (bool, error) + func (Parents) AsBytes() ([]byte, error) + func (Parents) AsFloat() (float64, error) + func (Parents) AsInt() (int64, error) + func (Parents) AsLink() (ld.Link, error) + func (Parents) AsString() (string, error) + func (Parents) IsAbsent() bool + func (Parents) IsNull() bool + func (Parents) Kind() ld.Kind + func (Parents) LookupByString(string) (ld.Node, error) + func (Parents) MapIterator() ld.MapIterator + func (Parents) Prototype() ld.NodePrototype + func (Parents) Type() schema.Type + func (n Parents) Iterator() *Parents__Itr + func (n Parents) Length() int64 + func (n Parents) ListIterator() ld.ListIterator + func (n Parents) LookupByIndex(idx int64) (ld.Node, error) + func (n Parents) LookupByNode(k ld.Node) (ld.Node, error) + func (n Parents) LookupBySegment(seg ld.PathSegment) (ld.Node, error) + func (n Parents) Representation() ld.Node + type Parents__Itr struct + func (itr *Parents__Itr) Done() bool + func (itr *Parents__Itr) Next() (idx int64, v Link) + type String = *_String + func (String) AsBool() (bool, error) + func (String) AsBytes() ([]byte, error) + func (String) AsFloat() (float64, error) + func (String) AsInt() (int64, error) + func (String) AsLink() (ld.Link, error) + func (String) IsAbsent() bool + func (String) IsNull() bool + func (String) Kind() ld.Kind + func (String) Length() int64 + func (String) ListIterator() ld.ListIterator + func (String) LookupByIndex(idx int64) (ld.Node, error) + func (String) LookupByNode(ld.Node) (ld.Node, error) + func (String) LookupBySegment(seg ld.PathSegment) (ld.Node, error) + func (String) LookupByString(string) (ld.Node, error) + func (String) MapIterator() ld.MapIterator + func (String) Prototype() ld.NodePrototype + func (String) Type() schema.Type + func (n String) AsString() (string, error) + func (n String) Representation() ld.Node + func (n String) String() string