Documentation ¶
Index ¶
- Variables
- type AnyScalar
- func (AnyScalar) AsBool() (bool, error)
- func (AnyScalar) AsBytes() ([]byte, error)
- func (AnyScalar) AsFloat() (float64, error)
- func (AnyScalar) AsInt() (int64, error)
- func (AnyScalar) AsLink() (ipld.Link, error)
- func (AnyScalar) AsString() (string, error)
- func (AnyScalar) IsAbsent() bool
- func (AnyScalar) IsNull() bool
- func (AnyScalar) Kind() ipld.Kind
- func (AnyScalar) Length() int64
- func (AnyScalar) ListIterator() ipld.ListIterator
- func (AnyScalar) LookupByIndex(idx int64) (ipld.Node, error)
- func (n AnyScalar) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n AnyScalar) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n AnyScalar) LookupByString(key string) (ipld.Node, error)
- func (n AnyScalar) MapIterator() ipld.MapIterator
- func (AnyScalar) Prototype() ipld.NodePrototype
- func (n AnyScalar) Representation() ipld.Node
- func (AnyScalar) Type() schema.Type
- type Bool
- func (n Bool) AsBool() (bool, error)
- func (Bool) AsBytes() ([]byte, error)
- func (Bool) AsFloat() (float64, error)
- func (Bool) AsInt() (int64, error)
- func (Bool) AsLink() (ipld.Link, error)
- func (Bool) AsString() (string, error)
- func (n Bool) Bool() bool
- func (Bool) IsAbsent() bool
- func (Bool) IsNull() bool
- func (Bool) Kind() ipld.Kind
- func (Bool) Length() int64
- func (Bool) ListIterator() ipld.ListIterator
- func (Bool) LookupByIndex(idx int64) (ipld.Node, error)
- func (Bool) LookupByNode(ipld.Node) (ipld.Node, error)
- func (Bool) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (Bool) LookupByString(string) (ipld.Node, error)
- func (Bool) MapIterator() ipld.MapIterator
- func (Bool) Prototype() ipld.NodePrototype
- func (n Bool) Representation() ipld.Node
- func (Bool) Type() schema.Type
- type Bytes
- func (Bytes) AsBool() (bool, error)
- func (n Bytes) AsBytes() ([]byte, error)
- func (Bytes) AsFloat() (float64, error)
- func (Bytes) AsInt() (int64, error)
- func (Bytes) AsLink() (ipld.Link, error)
- func (Bytes) AsString() (string, error)
- func (n Bytes) Bytes() []byte
- func (Bytes) IsAbsent() bool
- func (Bytes) IsNull() bool
- func (Bytes) Kind() ipld.Kind
- func (Bytes) Length() int64
- func (Bytes) ListIterator() ipld.ListIterator
- func (Bytes) LookupByIndex(idx int64) (ipld.Node, error)
- func (Bytes) LookupByNode(ipld.Node) (ipld.Node, error)
- func (Bytes) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (Bytes) LookupByString(string) (ipld.Node, error)
- func (Bytes) MapIterator() ipld.MapIterator
- func (Bytes) Prototype() ipld.NodePrototype
- func (n Bytes) Representation() ipld.Node
- func (Bytes) Type() schema.Type
- type EnumRepresentation
- func (EnumRepresentation) AsBool() (bool, error)
- func (EnumRepresentation) AsBytes() ([]byte, error)
- func (EnumRepresentation) AsFloat() (float64, error)
- func (EnumRepresentation) AsInt() (int64, error)
- func (EnumRepresentation) AsLink() (ipld.Link, error)
- func (EnumRepresentation) AsString() (string, error)
- func (EnumRepresentation) IsAbsent() bool
- func (EnumRepresentation) IsNull() bool
- func (EnumRepresentation) Kind() ipld.Kind
- func (EnumRepresentation) Length() int64
- func (EnumRepresentation) ListIterator() ipld.ListIterator
- func (EnumRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
- func (n EnumRepresentation) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n EnumRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n EnumRepresentation) LookupByString(key string) (ipld.Node, error)
- func (n EnumRepresentation) MapIterator() ipld.MapIterator
- func (EnumRepresentation) Prototype() ipld.NodePrototype
- func (n EnumRepresentation) Representation() ipld.Node
- func (EnumRepresentation) Type() schema.Type
- type EnumRepresentation_Int
- func (EnumRepresentation_Int) AsBool() (bool, error)
- func (EnumRepresentation_Int) AsBytes() ([]byte, error)
- func (EnumRepresentation_Int) AsFloat() (float64, error)
- func (EnumRepresentation_Int) AsInt() (int64, error)
- func (EnumRepresentation_Int) AsLink() (ipld.Link, error)
- func (EnumRepresentation_Int) AsString() (string, error)
- func (EnumRepresentation_Int) IsAbsent() bool
- func (EnumRepresentation_Int) IsNull() bool
- func (n EnumRepresentation_Int) Iterator() *EnumRepresentation_Int__Itr
- func (EnumRepresentation_Int) Kind() ipld.Kind
- func (n EnumRepresentation_Int) Length() int64
- func (EnumRepresentation_Int) ListIterator() ipld.ListIterator
- func (EnumRepresentation_Int) LookupByIndex(idx int64) (ipld.Node, error)
- func (n EnumRepresentation_Int) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n EnumRepresentation_Int) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n EnumRepresentation_Int) LookupByString(k string) (ipld.Node, error)
- func (n EnumRepresentation_Int) MapIterator() ipld.MapIterator
- func (EnumRepresentation_Int) Prototype() ipld.NodePrototype
- func (n EnumRepresentation_Int) Representation() ipld.Node
- func (EnumRepresentation_Int) Type() schema.Type
- type EnumRepresentation_Int__Itr
- type EnumRepresentation_String
- func (EnumRepresentation_String) AsBool() (bool, error)
- func (EnumRepresentation_String) AsBytes() ([]byte, error)
- func (EnumRepresentation_String) AsFloat() (float64, error)
- func (EnumRepresentation_String) AsInt() (int64, error)
- func (EnumRepresentation_String) AsLink() (ipld.Link, error)
- func (EnumRepresentation_String) AsString() (string, error)
- func (EnumRepresentation_String) IsAbsent() bool
- func (EnumRepresentation_String) IsNull() bool
- func (n EnumRepresentation_String) Iterator() *EnumRepresentation_String__Itr
- func (EnumRepresentation_String) Kind() ipld.Kind
- func (n EnumRepresentation_String) Length() int64
- func (EnumRepresentation_String) ListIterator() ipld.ListIterator
- func (EnumRepresentation_String) LookupByIndex(idx int64) (ipld.Node, error)
- func (n EnumRepresentation_String) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n EnumRepresentation_String) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n EnumRepresentation_String) LookupByString(k string) (ipld.Node, error)
- func (n EnumRepresentation_String) MapIterator() ipld.MapIterator
- func (EnumRepresentation_String) Prototype() ipld.NodePrototype
- func (n EnumRepresentation_String) Representation() ipld.Node
- func (EnumRepresentation_String) Type() schema.Type
- type EnumRepresentation_String__Itr
- type EnumValue
- func (EnumValue) AsBool() (bool, error)
- func (EnumValue) AsBytes() ([]byte, error)
- func (EnumValue) AsFloat() (float64, error)
- func (EnumValue) AsInt() (int64, error)
- func (EnumValue) AsLink() (ipld.Link, error)
- func (n EnumValue) AsString() (string, error)
- func (EnumValue) IsAbsent() bool
- func (EnumValue) IsNull() bool
- func (EnumValue) Kind() ipld.Kind
- func (EnumValue) Length() int64
- func (EnumValue) ListIterator() ipld.ListIterator
- func (EnumValue) LookupByIndex(idx int64) (ipld.Node, error)
- func (EnumValue) LookupByNode(ipld.Node) (ipld.Node, error)
- func (EnumValue) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (EnumValue) LookupByString(string) (ipld.Node, error)
- func (EnumValue) MapIterator() ipld.MapIterator
- func (EnumValue) Prototype() ipld.NodePrototype
- func (n EnumValue) Representation() ipld.Node
- func (n EnumValue) String() string
- func (EnumValue) Type() schema.Type
- type FieldName
- func (FieldName) AsBool() (bool, error)
- func (FieldName) AsBytes() ([]byte, error)
- func (FieldName) AsFloat() (float64, error)
- func (FieldName) AsInt() (int64, error)
- func (FieldName) AsLink() (ipld.Link, error)
- func (n FieldName) AsString() (string, error)
- func (FieldName) IsAbsent() bool
- func (FieldName) IsNull() bool
- func (FieldName) Kind() ipld.Kind
- func (FieldName) Length() int64
- func (FieldName) ListIterator() ipld.ListIterator
- func (FieldName) LookupByIndex(idx int64) (ipld.Node, error)
- func (FieldName) LookupByNode(ipld.Node) (ipld.Node, error)
- func (FieldName) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (FieldName) LookupByString(string) (ipld.Node, error)
- func (FieldName) MapIterator() ipld.MapIterator
- func (FieldName) Prototype() ipld.NodePrototype
- func (n FieldName) Representation() ipld.Node
- func (n FieldName) String() string
- func (FieldName) Type() schema.Type
- type Float
- func (Float) AsBool() (bool, error)
- func (Float) AsBytes() ([]byte, error)
- func (n Float) AsFloat() (float64, error)
- func (Float) AsInt() (int64, error)
- func (Float) AsLink() (ipld.Link, error)
- func (Float) AsString() (string, error)
- func (n Float) Float() float64
- func (Float) IsAbsent() bool
- func (Float) IsNull() bool
- func (Float) Kind() ipld.Kind
- func (Float) Length() int64
- func (Float) ListIterator() ipld.ListIterator
- func (Float) LookupByIndex(idx int64) (ipld.Node, error)
- func (Float) LookupByNode(ipld.Node) (ipld.Node, error)
- func (Float) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (Float) LookupByString(string) (ipld.Node, error)
- func (Float) MapIterator() ipld.MapIterator
- func (Float) Prototype() ipld.NodePrototype
- func (n Float) Representation() ipld.Node
- func (Float) Type() schema.Type
- type Int
- func (Int) AsBool() (bool, error)
- func (Int) AsBytes() ([]byte, error)
- func (Int) AsFloat() (float64, error)
- func (n Int) AsInt() (int64, error)
- func (Int) AsLink() (ipld.Link, error)
- func (Int) AsString() (string, error)
- func (n Int) Int() int64
- func (Int) IsAbsent() bool
- func (Int) IsNull() bool
- func (Int) Kind() ipld.Kind
- func (Int) Length() int64
- func (Int) ListIterator() ipld.ListIterator
- func (Int) LookupByIndex(idx int64) (ipld.Node, error)
- func (Int) LookupByNode(ipld.Node) (ipld.Node, error)
- func (Int) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (Int) LookupByString(string) (ipld.Node, error)
- func (Int) MapIterator() ipld.MapIterator
- func (Int) Prototype() ipld.NodePrototype
- func (n Int) Representation() ipld.Node
- func (Int) Type() schema.Type
- type ListRepresentation
- func (ListRepresentation) AsBool() (bool, error)
- func (ListRepresentation) AsBytes() ([]byte, error)
- func (ListRepresentation) AsFloat() (float64, error)
- func (ListRepresentation) AsInt() (int64, error)
- func (ListRepresentation) AsLink() (ipld.Link, error)
- func (ListRepresentation) AsString() (string, error)
- func (ListRepresentation) IsAbsent() bool
- func (ListRepresentation) IsNull() bool
- func (ListRepresentation) Kind() ipld.Kind
- func (ListRepresentation) Length() int64
- func (ListRepresentation) ListIterator() ipld.ListIterator
- func (ListRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
- func (n ListRepresentation) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n ListRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n ListRepresentation) LookupByString(key string) (ipld.Node, error)
- func (n ListRepresentation) MapIterator() ipld.MapIterator
- func (ListRepresentation) Prototype() ipld.NodePrototype
- func (n ListRepresentation) Representation() ipld.Node
- func (ListRepresentation) Type() schema.Type
- type ListRepresentation_List
- func (ListRepresentation_List) AsBool() (bool, error)
- func (ListRepresentation_List) AsBytes() ([]byte, error)
- func (ListRepresentation_List) AsFloat() (float64, error)
- func (ListRepresentation_List) AsInt() (int64, error)
- func (ListRepresentation_List) AsLink() (ipld.Link, error)
- func (ListRepresentation_List) AsString() (string, error)
- func (ListRepresentation_List) IsAbsent() bool
- func (ListRepresentation_List) IsNull() bool
- func (ListRepresentation_List) Kind() ipld.Kind
- func (ListRepresentation_List) Length() int64
- func (ListRepresentation_List) ListIterator() ipld.ListIterator
- func (ListRepresentation_List) LookupByIndex(idx int64) (ipld.Node, error)
- func (n ListRepresentation_List) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n ListRepresentation_List) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n ListRepresentation_List) LookupByString(key string) (ipld.Node, error)
- func (n ListRepresentation_List) MapIterator() ipld.MapIterator
- func (ListRepresentation_List) Prototype() ipld.NodePrototype
- func (n ListRepresentation_List) Representation() ipld.Node
- func (ListRepresentation_List) Type() schema.Type
- type List__FieldName
- func (List__FieldName) AsBool() (bool, error)
- func (List__FieldName) AsBytes() ([]byte, error)
- func (List__FieldName) AsFloat() (float64, error)
- func (List__FieldName) AsInt() (int64, error)
- func (List__FieldName) AsLink() (ipld.Link, error)
- func (List__FieldName) AsString() (string, error)
- func (List__FieldName) IsAbsent() bool
- func (List__FieldName) IsNull() bool
- func (n List__FieldName) Iterator() *List__FieldName__Itr
- func (List__FieldName) Kind() ipld.Kind
- func (n List__FieldName) Length() int64
- func (n List__FieldName) ListIterator() ipld.ListIterator
- func (n List__FieldName) LookupByIndex(idx int64) (ipld.Node, error)
- func (n List__FieldName) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n List__FieldName) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (List__FieldName) LookupByString(string) (ipld.Node, error)
- func (List__FieldName) MapIterator() ipld.MapIterator
- func (List__FieldName) Prototype() ipld.NodePrototype
- func (n List__FieldName) Representation() ipld.Node
- func (List__FieldName) Type() schema.Type
- type List__FieldName__Itr
- type List__TypeName
- func (List__TypeName) AsBool() (bool, error)
- func (List__TypeName) AsBytes() ([]byte, error)
- func (List__TypeName) AsFloat() (float64, error)
- func (List__TypeName) AsInt() (int64, error)
- func (List__TypeName) AsLink() (ipld.Link, error)
- func (List__TypeName) AsString() (string, error)
- func (List__TypeName) IsAbsent() bool
- func (List__TypeName) IsNull() bool
- func (n List__TypeName) Iterator() *List__TypeName__Itr
- func (List__TypeName) Kind() ipld.Kind
- func (n List__TypeName) Length() int64
- func (n List__TypeName) ListIterator() ipld.ListIterator
- func (n List__TypeName) LookupByIndex(idx int64) (ipld.Node, error)
- func (n List__TypeName) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n List__TypeName) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (List__TypeName) LookupByString(string) (ipld.Node, error)
- func (List__TypeName) MapIterator() ipld.MapIterator
- func (List__TypeName) Prototype() ipld.NodePrototype
- func (n List__TypeName) Representation() ipld.Node
- func (List__TypeName) Type() schema.Type
- type List__TypeName__Itr
- type MapRepresentation
- func (MapRepresentation) AsBool() (bool, error)
- func (MapRepresentation) AsBytes() ([]byte, error)
- func (MapRepresentation) AsFloat() (float64, error)
- func (MapRepresentation) AsInt() (int64, error)
- func (MapRepresentation) AsLink() (ipld.Link, error)
- func (MapRepresentation) AsString() (string, error)
- func (MapRepresentation) IsAbsent() bool
- func (MapRepresentation) IsNull() bool
- func (MapRepresentation) Kind() ipld.Kind
- func (MapRepresentation) Length() int64
- func (MapRepresentation) ListIterator() ipld.ListIterator
- func (MapRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
- func (n MapRepresentation) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n MapRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n MapRepresentation) LookupByString(key string) (ipld.Node, error)
- func (n MapRepresentation) MapIterator() ipld.MapIterator
- func (MapRepresentation) Prototype() ipld.NodePrototype
- func (n MapRepresentation) Representation() ipld.Node
- func (MapRepresentation) Type() schema.Type
- type MapRepresentation_Listpairs
- func (MapRepresentation_Listpairs) AsBool() (bool, error)
- func (MapRepresentation_Listpairs) AsBytes() ([]byte, error)
- func (MapRepresentation_Listpairs) AsFloat() (float64, error)
- func (MapRepresentation_Listpairs) AsInt() (int64, error)
- func (MapRepresentation_Listpairs) AsLink() (ipld.Link, error)
- func (MapRepresentation_Listpairs) AsString() (string, error)
- func (MapRepresentation_Listpairs) IsAbsent() bool
- func (MapRepresentation_Listpairs) IsNull() bool
- func (MapRepresentation_Listpairs) Kind() ipld.Kind
- func (MapRepresentation_Listpairs) Length() int64
- func (MapRepresentation_Listpairs) ListIterator() ipld.ListIterator
- func (MapRepresentation_Listpairs) LookupByIndex(idx int64) (ipld.Node, error)
- func (n MapRepresentation_Listpairs) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n MapRepresentation_Listpairs) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n MapRepresentation_Listpairs) LookupByString(key string) (ipld.Node, error)
- func (n MapRepresentation_Listpairs) MapIterator() ipld.MapIterator
- func (MapRepresentation_Listpairs) Prototype() ipld.NodePrototype
- func (n MapRepresentation_Listpairs) Representation() ipld.Node
- func (MapRepresentation_Listpairs) Type() schema.Type
- type MapRepresentation_Map
- func (MapRepresentation_Map) AsBool() (bool, error)
- func (MapRepresentation_Map) AsBytes() ([]byte, error)
- func (MapRepresentation_Map) AsFloat() (float64, error)
- func (MapRepresentation_Map) AsInt() (int64, error)
- func (MapRepresentation_Map) AsLink() (ipld.Link, error)
- func (MapRepresentation_Map) AsString() (string, error)
- func (MapRepresentation_Map) IsAbsent() bool
- func (MapRepresentation_Map) IsNull() bool
- func (MapRepresentation_Map) Kind() ipld.Kind
- func (MapRepresentation_Map) Length() int64
- func (MapRepresentation_Map) ListIterator() ipld.ListIterator
- func (MapRepresentation_Map) LookupByIndex(idx int64) (ipld.Node, error)
- func (n MapRepresentation_Map) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n MapRepresentation_Map) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n MapRepresentation_Map) LookupByString(key string) (ipld.Node, error)
- func (n MapRepresentation_Map) MapIterator() ipld.MapIterator
- func (MapRepresentation_Map) Prototype() ipld.NodePrototype
- func (n MapRepresentation_Map) Representation() ipld.Node
- func (MapRepresentation_Map) Type() schema.Type
- type MapRepresentation_Stringpairs
- func (MapRepresentation_Stringpairs) AsBool() (bool, error)
- func (MapRepresentation_Stringpairs) AsBytes() ([]byte, error)
- func (MapRepresentation_Stringpairs) AsFloat() (float64, error)
- func (MapRepresentation_Stringpairs) AsInt() (int64, error)
- func (MapRepresentation_Stringpairs) AsLink() (ipld.Link, error)
- func (MapRepresentation_Stringpairs) AsString() (string, error)
- func (MapRepresentation_Stringpairs) IsAbsent() bool
- func (MapRepresentation_Stringpairs) IsNull() bool
- func (MapRepresentation_Stringpairs) Kind() ipld.Kind
- func (MapRepresentation_Stringpairs) Length() int64
- func (MapRepresentation_Stringpairs) ListIterator() ipld.ListIterator
- func (MapRepresentation_Stringpairs) LookupByIndex(idx int64) (ipld.Node, error)
- func (n MapRepresentation_Stringpairs) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n MapRepresentation_Stringpairs) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n MapRepresentation_Stringpairs) LookupByString(key string) (ipld.Node, error)
- func (n MapRepresentation_Stringpairs) MapIterator() ipld.MapIterator
- func (MapRepresentation_Stringpairs) Prototype() ipld.NodePrototype
- func (n MapRepresentation_Stringpairs) Representation() ipld.Node
- func (MapRepresentation_Stringpairs) Type() schema.Type
- type Map__EnumValue__Unit
- func (Map__EnumValue__Unit) AsBool() (bool, error)
- func (Map__EnumValue__Unit) AsBytes() ([]byte, error)
- func (Map__EnumValue__Unit) AsFloat() (float64, error)
- func (Map__EnumValue__Unit) AsInt() (int64, error)
- func (Map__EnumValue__Unit) AsLink() (ipld.Link, error)
- func (Map__EnumValue__Unit) AsString() (string, error)
- func (Map__EnumValue__Unit) IsAbsent() bool
- func (Map__EnumValue__Unit) IsNull() bool
- func (n Map__EnumValue__Unit) Iterator() *Map__EnumValue__Unit__Itr
- func (Map__EnumValue__Unit) Kind() ipld.Kind
- func (n Map__EnumValue__Unit) Length() int64
- func (Map__EnumValue__Unit) ListIterator() ipld.ListIterator
- func (Map__EnumValue__Unit) LookupByIndex(idx int64) (ipld.Node, error)
- func (n Map__EnumValue__Unit) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n Map__EnumValue__Unit) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n Map__EnumValue__Unit) LookupByString(k string) (ipld.Node, error)
- func (n Map__EnumValue__Unit) MapIterator() ipld.MapIterator
- func (Map__EnumValue__Unit) Prototype() ipld.NodePrototype
- func (n Map__EnumValue__Unit) Representation() ipld.Node
- func (Map__EnumValue__Unit) Type() schema.Type
- type Map__EnumValue__Unit__Itr
- type Map__FieldName__StructField
- func (Map__FieldName__StructField) AsBool() (bool, error)
- func (Map__FieldName__StructField) AsBytes() ([]byte, error)
- func (Map__FieldName__StructField) AsFloat() (float64, error)
- func (Map__FieldName__StructField) AsInt() (int64, error)
- func (Map__FieldName__StructField) AsLink() (ipld.Link, error)
- func (Map__FieldName__StructField) AsString() (string, error)
- func (Map__FieldName__StructField) IsAbsent() bool
- func (Map__FieldName__StructField) IsNull() bool
- func (n Map__FieldName__StructField) Iterator() *Map__FieldName__StructField__Itr
- func (Map__FieldName__StructField) Kind() ipld.Kind
- func (n Map__FieldName__StructField) Length() int64
- func (Map__FieldName__StructField) ListIterator() ipld.ListIterator
- func (Map__FieldName__StructField) LookupByIndex(idx int64) (ipld.Node, error)
- func (n Map__FieldName__StructField) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n Map__FieldName__StructField) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n Map__FieldName__StructField) LookupByString(k string) (ipld.Node, error)
- func (n Map__FieldName__StructField) MapIterator() ipld.MapIterator
- func (Map__FieldName__StructField) Prototype() ipld.NodePrototype
- func (n Map__FieldName__StructField) Representation() ipld.Node
- func (Map__FieldName__StructField) Type() schema.Type
- type Map__FieldName__StructField__Itr
- type Map__FieldName__StructRepresentation_Map_FieldDetails
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsBool() (bool, error)
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsBytes() ([]byte, error)
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsFloat() (float64, error)
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsInt() (int64, error)
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsLink() (ipld.Link, error)
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsString() (string, error)
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) IsAbsent() bool
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) IsNull() bool
- func (n Map__FieldName__StructRepresentation_Map_FieldDetails) Iterator() *Map__FieldName__StructRepresentation_Map_FieldDetails__Itr
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) Kind() ipld.Kind
- func (n Map__FieldName__StructRepresentation_Map_FieldDetails) Length() int64
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) ListIterator() ipld.ListIterator
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) LookupByIndex(idx int64) (ipld.Node, error)
- func (n Map__FieldName__StructRepresentation_Map_FieldDetails) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n Map__FieldName__StructRepresentation_Map_FieldDetails) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n Map__FieldName__StructRepresentation_Map_FieldDetails) LookupByString(k string) (ipld.Node, error)
- func (n Map__FieldName__StructRepresentation_Map_FieldDetails) MapIterator() ipld.MapIterator
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) Prototype() ipld.NodePrototype
- func (n Map__FieldName__StructRepresentation_Map_FieldDetails) Representation() ipld.Node
- func (Map__FieldName__StructRepresentation_Map_FieldDetails) Type() schema.Type
- type Map__FieldName__StructRepresentation_Map_FieldDetails__Itr
- type Map__String__TypeName
- func (Map__String__TypeName) AsBool() (bool, error)
- func (Map__String__TypeName) AsBytes() ([]byte, error)
- func (Map__String__TypeName) AsFloat() (float64, error)
- func (Map__String__TypeName) AsInt() (int64, error)
- func (Map__String__TypeName) AsLink() (ipld.Link, error)
- func (Map__String__TypeName) AsString() (string, error)
- func (Map__String__TypeName) IsAbsent() bool
- func (Map__String__TypeName) IsNull() bool
- func (n Map__String__TypeName) Iterator() *Map__String__TypeName__Itr
- func (Map__String__TypeName) Kind() ipld.Kind
- func (n Map__String__TypeName) Length() int64
- func (Map__String__TypeName) ListIterator() ipld.ListIterator
- func (Map__String__TypeName) LookupByIndex(idx int64) (ipld.Node, error)
- func (n Map__String__TypeName) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n Map__String__TypeName) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n Map__String__TypeName) LookupByString(k string) (ipld.Node, error)
- func (n Map__String__TypeName) MapIterator() ipld.MapIterator
- func (Map__String__TypeName) Prototype() ipld.NodePrototype
- func (n Map__String__TypeName) Representation() ipld.Node
- func (Map__String__TypeName) Type() schema.Type
- type Map__String__TypeName__Itr
- type Map__TypeName__Int
- func (Map__TypeName__Int) AsBool() (bool, error)
- func (Map__TypeName__Int) AsBytes() ([]byte, error)
- func (Map__TypeName__Int) AsFloat() (float64, error)
- func (Map__TypeName__Int) AsInt() (int64, error)
- func (Map__TypeName__Int) AsLink() (ipld.Link, error)
- func (Map__TypeName__Int) AsString() (string, error)
- func (Map__TypeName__Int) IsAbsent() bool
- func (Map__TypeName__Int) IsNull() bool
- func (n Map__TypeName__Int) Iterator() *Map__TypeName__Int__Itr
- func (Map__TypeName__Int) Kind() ipld.Kind
- func (n Map__TypeName__Int) Length() int64
- func (Map__TypeName__Int) ListIterator() ipld.ListIterator
- func (Map__TypeName__Int) LookupByIndex(idx int64) (ipld.Node, error)
- func (n Map__TypeName__Int) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n Map__TypeName__Int) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n Map__TypeName__Int) LookupByString(k string) (ipld.Node, error)
- func (n Map__TypeName__Int) MapIterator() ipld.MapIterator
- func (Map__TypeName__Int) Prototype() ipld.NodePrototype
- func (n Map__TypeName__Int) Representation() ipld.Node
- func (Map__TypeName__Int) Type() schema.Type
- type Map__TypeName__Int__Itr
- type MaybeAnyScalar
- type MaybeBool
- type MaybeBytes
- type MaybeEnumRepresentation
- type MaybeEnumRepresentation_Int
- type MaybeEnumRepresentation_String
- type MaybeEnumValue
- type MaybeFieldName
- type MaybeFloat
- type MaybeInt
- type MaybeListRepresentation
- type MaybeListRepresentation_List
- type MaybeList__FieldName
- type MaybeList__TypeName
- type MaybeMapRepresentation
- type MaybeMapRepresentation_Listpairs
- func (m MaybeMapRepresentation_Listpairs) AsNode() ipld.Node
- func (m MaybeMapRepresentation_Listpairs) Exists() bool
- func (m MaybeMapRepresentation_Listpairs) IsAbsent() bool
- func (m MaybeMapRepresentation_Listpairs) IsNull() bool
- func (m MaybeMapRepresentation_Listpairs) Must() MapRepresentation_Listpairs
- type MaybeMapRepresentation_Map
- type MaybeMapRepresentation_Stringpairs
- func (m MaybeMapRepresentation_Stringpairs) AsNode() ipld.Node
- func (m MaybeMapRepresentation_Stringpairs) Exists() bool
- func (m MaybeMapRepresentation_Stringpairs) IsAbsent() bool
- func (m MaybeMapRepresentation_Stringpairs) IsNull() bool
- func (m MaybeMapRepresentation_Stringpairs) Must() MapRepresentation_Stringpairs
- type MaybeMap__EnumValue__Unit
- type MaybeMap__FieldName__StructField
- func (m MaybeMap__FieldName__StructField) AsNode() ipld.Node
- func (m MaybeMap__FieldName__StructField) Exists() bool
- func (m MaybeMap__FieldName__StructField) IsAbsent() bool
- func (m MaybeMap__FieldName__StructField) IsNull() bool
- func (m MaybeMap__FieldName__StructField) Must() Map__FieldName__StructField
- type MaybeMap__FieldName__StructRepresentation_Map_FieldDetails
- func (m MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) AsNode() ipld.Node
- func (m MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) Exists() bool
- func (m MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) IsAbsent() bool
- func (m MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) IsNull() bool
- func (m MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) Must() Map__FieldName__StructRepresentation_Map_FieldDetails
- type MaybeMap__String__TypeName
- type MaybeMap__TypeName__Int
- type MaybeRepresentationKind
- type MaybeSchema
- type MaybeSchemaMap
- type MaybeString
- type MaybeStructField
- type MaybeStructRepresentation
- type MaybeStructRepresentation_Listpairs
- func (m MaybeStructRepresentation_Listpairs) AsNode() ipld.Node
- func (m MaybeStructRepresentation_Listpairs) Exists() bool
- func (m MaybeStructRepresentation_Listpairs) IsAbsent() bool
- func (m MaybeStructRepresentation_Listpairs) IsNull() bool
- func (m MaybeStructRepresentation_Listpairs) Must() StructRepresentation_Listpairs
- type MaybeStructRepresentation_Map
- type MaybeStructRepresentation_Map_FieldDetails
- func (m MaybeStructRepresentation_Map_FieldDetails) AsNode() ipld.Node
- func (m MaybeStructRepresentation_Map_FieldDetails) Exists() bool
- func (m MaybeStructRepresentation_Map_FieldDetails) IsAbsent() bool
- func (m MaybeStructRepresentation_Map_FieldDetails) IsNull() bool
- func (m MaybeStructRepresentation_Map_FieldDetails) Must() StructRepresentation_Map_FieldDetails
- type MaybeStructRepresentation_Stringjoin
- func (m MaybeStructRepresentation_Stringjoin) AsNode() ipld.Node
- func (m MaybeStructRepresentation_Stringjoin) Exists() bool
- func (m MaybeStructRepresentation_Stringjoin) IsAbsent() bool
- func (m MaybeStructRepresentation_Stringjoin) IsNull() bool
- func (m MaybeStructRepresentation_Stringjoin) Must() StructRepresentation_Stringjoin
- type MaybeStructRepresentation_Stringpairs
- func (m MaybeStructRepresentation_Stringpairs) AsNode() ipld.Node
- func (m MaybeStructRepresentation_Stringpairs) Exists() bool
- func (m MaybeStructRepresentation_Stringpairs) IsAbsent() bool
- func (m MaybeStructRepresentation_Stringpairs) IsNull() bool
- func (m MaybeStructRepresentation_Stringpairs) Must() StructRepresentation_Stringpairs
- type MaybeStructRepresentation_Tuple
- func (m MaybeStructRepresentation_Tuple) AsNode() ipld.Node
- func (m MaybeStructRepresentation_Tuple) Exists() bool
- func (m MaybeStructRepresentation_Tuple) IsAbsent() bool
- func (m MaybeStructRepresentation_Tuple) IsNull() bool
- func (m MaybeStructRepresentation_Tuple) Must() StructRepresentation_Tuple
- type MaybeTypeBool
- type MaybeTypeBytes
- type MaybeTypeCopy
- type MaybeTypeDefn
- type MaybeTypeDefnInline
- type MaybeTypeEnum
- type MaybeTypeFloat
- type MaybeTypeInt
- type MaybeTypeLink
- type MaybeTypeList
- type MaybeTypeMap
- type MaybeTypeName
- type MaybeTypeNameOrInlineDefn
- type MaybeTypeString
- type MaybeTypeStruct
- type MaybeTypeUnion
- type MaybeUnionRepresentation
- type MaybeUnionRepresentation_BytePrefix
- func (m MaybeUnionRepresentation_BytePrefix) AsNode() ipld.Node
- func (m MaybeUnionRepresentation_BytePrefix) Exists() bool
- func (m MaybeUnionRepresentation_BytePrefix) IsAbsent() bool
- func (m MaybeUnionRepresentation_BytePrefix) IsNull() bool
- func (m MaybeUnionRepresentation_BytePrefix) Must() UnionRepresentation_BytePrefix
- type MaybeUnionRepresentation_Envelope
- func (m MaybeUnionRepresentation_Envelope) AsNode() ipld.Node
- func (m MaybeUnionRepresentation_Envelope) Exists() bool
- func (m MaybeUnionRepresentation_Envelope) IsAbsent() bool
- func (m MaybeUnionRepresentation_Envelope) IsNull() bool
- func (m MaybeUnionRepresentation_Envelope) Must() UnionRepresentation_Envelope
- type MaybeUnionRepresentation_Inline
- func (m MaybeUnionRepresentation_Inline) AsNode() ipld.Node
- func (m MaybeUnionRepresentation_Inline) Exists() bool
- func (m MaybeUnionRepresentation_Inline) IsAbsent() bool
- func (m MaybeUnionRepresentation_Inline) IsNull() bool
- func (m MaybeUnionRepresentation_Inline) Must() UnionRepresentation_Inline
- type MaybeUnionRepresentation_Keyed
- type MaybeUnionRepresentation_Kinded
- func (m MaybeUnionRepresentation_Kinded) AsNode() ipld.Node
- func (m MaybeUnionRepresentation_Kinded) Exists() bool
- func (m MaybeUnionRepresentation_Kinded) IsAbsent() bool
- func (m MaybeUnionRepresentation_Kinded) IsNull() bool
- func (m MaybeUnionRepresentation_Kinded) Must() UnionRepresentation_Kinded
- type MaybeUnionRepresentation_StringPrefix
- func (m MaybeUnionRepresentation_StringPrefix) AsNode() ipld.Node
- func (m MaybeUnionRepresentation_StringPrefix) Exists() bool
- func (m MaybeUnionRepresentation_StringPrefix) IsAbsent() bool
- func (m MaybeUnionRepresentation_StringPrefix) IsNull() bool
- func (m MaybeUnionRepresentation_StringPrefix) Must() UnionRepresentation_StringPrefix
- type MaybeUnit
- type RepresentationKind
- func (RepresentationKind) AsBool() (bool, error)
- func (RepresentationKind) AsBytes() ([]byte, error)
- func (RepresentationKind) AsFloat() (float64, error)
- func (RepresentationKind) AsInt() (int64, error)
- func (RepresentationKind) AsLink() (ipld.Link, error)
- func (n RepresentationKind) AsString() (string, error)
- func (RepresentationKind) IsAbsent() bool
- func (RepresentationKind) IsNull() bool
- func (RepresentationKind) Kind() ipld.Kind
- func (RepresentationKind) Length() int64
- func (RepresentationKind) ListIterator() ipld.ListIterator
- func (RepresentationKind) LookupByIndex(idx int64) (ipld.Node, error)
- func (RepresentationKind) LookupByNode(ipld.Node) (ipld.Node, error)
- func (RepresentationKind) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (RepresentationKind) LookupByString(string) (ipld.Node, error)
- func (RepresentationKind) MapIterator() ipld.MapIterator
- func (RepresentationKind) Prototype() ipld.NodePrototype
- func (n RepresentationKind) Representation() ipld.Node
- func (n RepresentationKind) String() string
- func (RepresentationKind) Type() schema.Type
- type Schema
- func (Schema) AsBool() (bool, error)
- func (Schema) AsBytes() ([]byte, error)
- func (Schema) AsFloat() (float64, error)
- func (Schema) AsInt() (int64, error)
- func (Schema) AsLink() (ipld.Link, error)
- func (Schema) AsString() (string, error)
- func (Schema) IsAbsent() bool
- func (Schema) IsNull() bool
- func (Schema) Kind() ipld.Kind
- func (Schema) Length() int64
- func (Schema) ListIterator() ipld.ListIterator
- func (Schema) LookupByIndex(idx int64) (ipld.Node, error)
- func (n Schema) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n Schema) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n Schema) LookupByString(key string) (ipld.Node, error)
- func (n Schema) MapIterator() ipld.MapIterator
- func (Schema) Prototype() ipld.NodePrototype
- func (n Schema) Representation() ipld.Node
- func (Schema) Type() schema.Type
- type SchemaMap
- func (SchemaMap) AsBool() (bool, error)
- func (SchemaMap) AsBytes() ([]byte, error)
- func (SchemaMap) AsFloat() (float64, error)
- func (SchemaMap) AsInt() (int64, error)
- func (SchemaMap) AsLink() (ipld.Link, error)
- func (SchemaMap) AsString() (string, error)
- func (SchemaMap) IsAbsent() bool
- func (SchemaMap) IsNull() bool
- func (n SchemaMap) Iterator() *SchemaMap__Itr
- func (SchemaMap) Kind() ipld.Kind
- func (n SchemaMap) Length() int64
- func (SchemaMap) ListIterator() ipld.ListIterator
- func (SchemaMap) LookupByIndex(idx int64) (ipld.Node, error)
- func (n SchemaMap) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n SchemaMap) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n SchemaMap) LookupByString(k string) (ipld.Node, error)
- func (n SchemaMap) MapIterator() ipld.MapIterator
- func (SchemaMap) Prototype() ipld.NodePrototype
- func (n SchemaMap) Representation() ipld.Node
- func (SchemaMap) Type() schema.Type
- type SchemaMap__Itr
- type String
- func (String) AsBool() (bool, error)
- func (String) AsBytes() ([]byte, error)
- func (String) AsFloat() (float64, error)
- func (String) AsInt() (int64, error)
- func (String) AsLink() (ipld.Link, error)
- func (n String) AsString() (string, error)
- func (String) IsAbsent() bool
- func (String) IsNull() bool
- func (String) Kind() ipld.Kind
- func (String) Length() int64
- func (String) ListIterator() ipld.ListIterator
- func (String) LookupByIndex(idx int64) (ipld.Node, error)
- func (String) LookupByNode(ipld.Node) (ipld.Node, error)
- func (String) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (String) LookupByString(string) (ipld.Node, error)
- func (String) MapIterator() ipld.MapIterator
- func (String) Prototype() ipld.NodePrototype
- func (n String) Representation() ipld.Node
- func (n String) String() string
- func (String) Type() schema.Type
- type StructField
- func (StructField) AsBool() (bool, error)
- func (StructField) AsBytes() ([]byte, error)
- func (StructField) AsFloat() (float64, error)
- func (StructField) AsInt() (int64, error)
- func (StructField) AsLink() (ipld.Link, error)
- func (StructField) AsString() (string, error)
- func (StructField) IsAbsent() bool
- func (StructField) IsNull() bool
- func (StructField) Kind() ipld.Kind
- func (StructField) Length() int64
- func (StructField) ListIterator() ipld.ListIterator
- func (StructField) LookupByIndex(idx int64) (ipld.Node, error)
- func (n StructField) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n StructField) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n StructField) LookupByString(key string) (ipld.Node, error)
- func (n StructField) MapIterator() ipld.MapIterator
- func (StructField) Prototype() ipld.NodePrototype
- func (n StructField) Representation() ipld.Node
- func (StructField) Type() schema.Type
- type StructRepresentation
- func (StructRepresentation) AsBool() (bool, error)
- func (StructRepresentation) AsBytes() ([]byte, error)
- func (StructRepresentation) AsFloat() (float64, error)
- func (StructRepresentation) AsInt() (int64, error)
- func (StructRepresentation) AsLink() (ipld.Link, error)
- func (StructRepresentation) AsString() (string, error)
- func (StructRepresentation) IsAbsent() bool
- func (StructRepresentation) IsNull() bool
- func (StructRepresentation) Kind() ipld.Kind
- func (StructRepresentation) Length() int64
- func (StructRepresentation) ListIterator() ipld.ListIterator
- func (StructRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
- func (n StructRepresentation) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n StructRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n StructRepresentation) LookupByString(key string) (ipld.Node, error)
- func (n StructRepresentation) MapIterator() ipld.MapIterator
- func (StructRepresentation) Prototype() ipld.NodePrototype
- func (n StructRepresentation) Representation() ipld.Node
- func (StructRepresentation) Type() schema.Type
- type StructRepresentation_Listpairs
- func (StructRepresentation_Listpairs) AsBool() (bool, error)
- func (StructRepresentation_Listpairs) AsBytes() ([]byte, error)
- func (StructRepresentation_Listpairs) AsFloat() (float64, error)
- func (StructRepresentation_Listpairs) AsInt() (int64, error)
- func (StructRepresentation_Listpairs) AsLink() (ipld.Link, error)
- func (StructRepresentation_Listpairs) AsString() (string, error)
- func (StructRepresentation_Listpairs) IsAbsent() bool
- func (StructRepresentation_Listpairs) IsNull() bool
- func (StructRepresentation_Listpairs) Kind() ipld.Kind
- func (StructRepresentation_Listpairs) Length() int64
- func (StructRepresentation_Listpairs) ListIterator() ipld.ListIterator
- func (StructRepresentation_Listpairs) LookupByIndex(idx int64) (ipld.Node, error)
- func (n StructRepresentation_Listpairs) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n StructRepresentation_Listpairs) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n StructRepresentation_Listpairs) LookupByString(key string) (ipld.Node, error)
- func (n StructRepresentation_Listpairs) MapIterator() ipld.MapIterator
- func (StructRepresentation_Listpairs) Prototype() ipld.NodePrototype
- func (n StructRepresentation_Listpairs) Representation() ipld.Node
- func (StructRepresentation_Listpairs) Type() schema.Type
- type StructRepresentation_Map
- func (StructRepresentation_Map) AsBool() (bool, error)
- func (StructRepresentation_Map) AsBytes() ([]byte, error)
- func (StructRepresentation_Map) AsFloat() (float64, error)
- func (StructRepresentation_Map) AsInt() (int64, error)
- func (StructRepresentation_Map) AsLink() (ipld.Link, error)
- func (StructRepresentation_Map) AsString() (string, error)
- func (StructRepresentation_Map) IsAbsent() bool
- func (StructRepresentation_Map) IsNull() bool
- func (StructRepresentation_Map) Kind() ipld.Kind
- func (StructRepresentation_Map) Length() int64
- func (StructRepresentation_Map) ListIterator() ipld.ListIterator
- func (StructRepresentation_Map) LookupByIndex(idx int64) (ipld.Node, error)
- func (n StructRepresentation_Map) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n StructRepresentation_Map) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n StructRepresentation_Map) LookupByString(key string) (ipld.Node, error)
- func (n StructRepresentation_Map) MapIterator() ipld.MapIterator
- func (StructRepresentation_Map) Prototype() ipld.NodePrototype
- func (n StructRepresentation_Map) Representation() ipld.Node
- func (StructRepresentation_Map) Type() schema.Type
- type StructRepresentation_Map_FieldDetails
- func (StructRepresentation_Map_FieldDetails) AsBool() (bool, error)
- func (StructRepresentation_Map_FieldDetails) AsBytes() ([]byte, error)
- func (StructRepresentation_Map_FieldDetails) AsFloat() (float64, error)
- func (StructRepresentation_Map_FieldDetails) AsInt() (int64, error)
- func (StructRepresentation_Map_FieldDetails) AsLink() (ipld.Link, error)
- func (StructRepresentation_Map_FieldDetails) AsString() (string, error)
- func (StructRepresentation_Map_FieldDetails) IsAbsent() bool
- func (StructRepresentation_Map_FieldDetails) IsNull() bool
- func (StructRepresentation_Map_FieldDetails) Kind() ipld.Kind
- func (StructRepresentation_Map_FieldDetails) Length() int64
- func (StructRepresentation_Map_FieldDetails) ListIterator() ipld.ListIterator
- func (StructRepresentation_Map_FieldDetails) LookupByIndex(idx int64) (ipld.Node, error)
- func (n StructRepresentation_Map_FieldDetails) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n StructRepresentation_Map_FieldDetails) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n StructRepresentation_Map_FieldDetails) LookupByString(key string) (ipld.Node, error)
- func (n StructRepresentation_Map_FieldDetails) MapIterator() ipld.MapIterator
- func (StructRepresentation_Map_FieldDetails) Prototype() ipld.NodePrototype
- func (n StructRepresentation_Map_FieldDetails) Representation() ipld.Node
- func (StructRepresentation_Map_FieldDetails) Type() schema.Type
- type StructRepresentation_Stringjoin
- func (StructRepresentation_Stringjoin) AsBool() (bool, error)
- func (StructRepresentation_Stringjoin) AsBytes() ([]byte, error)
- func (StructRepresentation_Stringjoin) AsFloat() (float64, error)
- func (StructRepresentation_Stringjoin) AsInt() (int64, error)
- func (StructRepresentation_Stringjoin) AsLink() (ipld.Link, error)
- func (StructRepresentation_Stringjoin) AsString() (string, error)
- func (StructRepresentation_Stringjoin) IsAbsent() bool
- func (StructRepresentation_Stringjoin) IsNull() bool
- func (StructRepresentation_Stringjoin) Kind() ipld.Kind
- func (StructRepresentation_Stringjoin) Length() int64
- func (StructRepresentation_Stringjoin) ListIterator() ipld.ListIterator
- func (StructRepresentation_Stringjoin) LookupByIndex(idx int64) (ipld.Node, error)
- func (n StructRepresentation_Stringjoin) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n StructRepresentation_Stringjoin) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n StructRepresentation_Stringjoin) LookupByString(key string) (ipld.Node, error)
- func (n StructRepresentation_Stringjoin) MapIterator() ipld.MapIterator
- func (StructRepresentation_Stringjoin) Prototype() ipld.NodePrototype
- func (n StructRepresentation_Stringjoin) Representation() ipld.Node
- func (StructRepresentation_Stringjoin) Type() schema.Type
- type StructRepresentation_Stringpairs
- func (StructRepresentation_Stringpairs) AsBool() (bool, error)
- func (StructRepresentation_Stringpairs) AsBytes() ([]byte, error)
- func (StructRepresentation_Stringpairs) AsFloat() (float64, error)
- func (StructRepresentation_Stringpairs) AsInt() (int64, error)
- func (StructRepresentation_Stringpairs) AsLink() (ipld.Link, error)
- func (StructRepresentation_Stringpairs) AsString() (string, error)
- func (StructRepresentation_Stringpairs) IsAbsent() bool
- func (StructRepresentation_Stringpairs) IsNull() bool
- func (StructRepresentation_Stringpairs) Kind() ipld.Kind
- func (StructRepresentation_Stringpairs) Length() int64
- func (StructRepresentation_Stringpairs) ListIterator() ipld.ListIterator
- func (StructRepresentation_Stringpairs) LookupByIndex(idx int64) (ipld.Node, error)
- func (n StructRepresentation_Stringpairs) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n StructRepresentation_Stringpairs) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n StructRepresentation_Stringpairs) LookupByString(key string) (ipld.Node, error)
- func (n StructRepresentation_Stringpairs) MapIterator() ipld.MapIterator
- func (StructRepresentation_Stringpairs) Prototype() ipld.NodePrototype
- func (n StructRepresentation_Stringpairs) Representation() ipld.Node
- func (StructRepresentation_Stringpairs) Type() schema.Type
- type StructRepresentation_Tuple
- func (StructRepresentation_Tuple) AsBool() (bool, error)
- func (StructRepresentation_Tuple) AsBytes() ([]byte, error)
- func (StructRepresentation_Tuple) AsFloat() (float64, error)
- func (StructRepresentation_Tuple) AsInt() (int64, error)
- func (StructRepresentation_Tuple) AsLink() (ipld.Link, error)
- func (StructRepresentation_Tuple) AsString() (string, error)
- func (StructRepresentation_Tuple) IsAbsent() bool
- func (StructRepresentation_Tuple) IsNull() bool
- func (StructRepresentation_Tuple) Kind() ipld.Kind
- func (StructRepresentation_Tuple) Length() int64
- func (StructRepresentation_Tuple) ListIterator() ipld.ListIterator
- func (StructRepresentation_Tuple) LookupByIndex(idx int64) (ipld.Node, error)
- func (n StructRepresentation_Tuple) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n StructRepresentation_Tuple) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n StructRepresentation_Tuple) LookupByString(key string) (ipld.Node, error)
- func (n StructRepresentation_Tuple) MapIterator() ipld.MapIterator
- func (StructRepresentation_Tuple) Prototype() ipld.NodePrototype
- func (n StructRepresentation_Tuple) Representation() ipld.Node
- func (StructRepresentation_Tuple) Type() schema.Type
- type TypeBool
- func (TypeBool) AsBool() (bool, error)
- func (TypeBool) AsBytes() ([]byte, error)
- func (TypeBool) AsFloat() (float64, error)
- func (TypeBool) AsInt() (int64, error)
- func (TypeBool) AsLink() (ipld.Link, error)
- func (TypeBool) AsString() (string, error)
- func (TypeBool) IsAbsent() bool
- func (TypeBool) IsNull() bool
- func (TypeBool) Kind() ipld.Kind
- func (TypeBool) Length() int64
- func (TypeBool) ListIterator() ipld.ListIterator
- func (TypeBool) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeBool) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeBool) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeBool) LookupByString(key string) (ipld.Node, error)
- func (n TypeBool) MapIterator() ipld.MapIterator
- func (TypeBool) Prototype() ipld.NodePrototype
- func (n TypeBool) Representation() ipld.Node
- func (TypeBool) Type() schema.Type
- type TypeBytes
- func (TypeBytes) AsBool() (bool, error)
- func (TypeBytes) AsBytes() ([]byte, error)
- func (TypeBytes) AsFloat() (float64, error)
- func (TypeBytes) AsInt() (int64, error)
- func (TypeBytes) AsLink() (ipld.Link, error)
- func (TypeBytes) AsString() (string, error)
- func (TypeBytes) IsAbsent() bool
- func (TypeBytes) IsNull() bool
- func (TypeBytes) Kind() ipld.Kind
- func (TypeBytes) Length() int64
- func (TypeBytes) ListIterator() ipld.ListIterator
- func (TypeBytes) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeBytes) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeBytes) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeBytes) LookupByString(key string) (ipld.Node, error)
- func (n TypeBytes) MapIterator() ipld.MapIterator
- func (TypeBytes) Prototype() ipld.NodePrototype
- func (n TypeBytes) Representation() ipld.Node
- func (TypeBytes) Type() schema.Type
- type TypeCopy
- func (TypeCopy) AsBool() (bool, error)
- func (TypeCopy) AsBytes() ([]byte, error)
- func (TypeCopy) AsFloat() (float64, error)
- func (TypeCopy) AsInt() (int64, error)
- func (TypeCopy) AsLink() (ipld.Link, error)
- func (TypeCopy) AsString() (string, error)
- func (TypeCopy) IsAbsent() bool
- func (TypeCopy) IsNull() bool
- func (TypeCopy) Kind() ipld.Kind
- func (TypeCopy) Length() int64
- func (TypeCopy) ListIterator() ipld.ListIterator
- func (TypeCopy) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeCopy) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeCopy) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeCopy) LookupByString(key string) (ipld.Node, error)
- func (n TypeCopy) MapIterator() ipld.MapIterator
- func (TypeCopy) Prototype() ipld.NodePrototype
- func (n TypeCopy) Representation() ipld.Node
- func (TypeCopy) Type() schema.Type
- type TypeDefn
- func (TypeDefn) AsBool() (bool, error)
- func (TypeDefn) AsBytes() ([]byte, error)
- func (TypeDefn) AsFloat() (float64, error)
- func (TypeDefn) AsInt() (int64, error)
- func (TypeDefn) AsLink() (ipld.Link, error)
- func (TypeDefn) AsString() (string, error)
- func (TypeDefn) IsAbsent() bool
- func (TypeDefn) IsNull() bool
- func (TypeDefn) Kind() ipld.Kind
- func (TypeDefn) Length() int64
- func (TypeDefn) ListIterator() ipld.ListIterator
- func (TypeDefn) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeDefn) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeDefn) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeDefn) LookupByString(key string) (ipld.Node, error)
- func (n TypeDefn) MapIterator() ipld.MapIterator
- func (TypeDefn) Prototype() ipld.NodePrototype
- func (n TypeDefn) Representation() ipld.Node
- func (TypeDefn) Type() schema.Type
- type TypeDefnInline
- func (TypeDefnInline) AsBool() (bool, error)
- func (TypeDefnInline) AsBytes() ([]byte, error)
- func (TypeDefnInline) AsFloat() (float64, error)
- func (TypeDefnInline) AsInt() (int64, error)
- func (TypeDefnInline) AsLink() (ipld.Link, error)
- func (TypeDefnInline) AsString() (string, error)
- func (TypeDefnInline) IsAbsent() bool
- func (TypeDefnInline) IsNull() bool
- func (TypeDefnInline) Kind() ipld.Kind
- func (TypeDefnInline) Length() int64
- func (TypeDefnInline) ListIterator() ipld.ListIterator
- func (TypeDefnInline) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeDefnInline) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeDefnInline) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeDefnInline) LookupByString(key string) (ipld.Node, error)
- func (n TypeDefnInline) MapIterator() ipld.MapIterator
- func (TypeDefnInline) Prototype() ipld.NodePrototype
- func (n TypeDefnInline) Representation() ipld.Node
- func (TypeDefnInline) Type() schema.Type
- func (x TypeDefnInline) TypeReference() TypeReference
- type TypeEnum
- func (TypeEnum) AsBool() (bool, error)
- func (TypeEnum) AsBytes() ([]byte, error)
- func (TypeEnum) AsFloat() (float64, error)
- func (TypeEnum) AsInt() (int64, error)
- func (TypeEnum) AsLink() (ipld.Link, error)
- func (TypeEnum) AsString() (string, error)
- func (TypeEnum) IsAbsent() bool
- func (TypeEnum) IsNull() bool
- func (TypeEnum) Kind() ipld.Kind
- func (TypeEnum) Length() int64
- func (TypeEnum) ListIterator() ipld.ListIterator
- func (TypeEnum) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeEnum) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeEnum) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeEnum) LookupByString(key string) (ipld.Node, error)
- func (n TypeEnum) MapIterator() ipld.MapIterator
- func (TypeEnum) Prototype() ipld.NodePrototype
- func (n TypeEnum) Representation() ipld.Node
- func (TypeEnum) Type() schema.Type
- type TypeFloat
- func (TypeFloat) AsBool() (bool, error)
- func (TypeFloat) AsBytes() ([]byte, error)
- func (TypeFloat) AsFloat() (float64, error)
- func (TypeFloat) AsInt() (int64, error)
- func (TypeFloat) AsLink() (ipld.Link, error)
- func (TypeFloat) AsString() (string, error)
- func (TypeFloat) IsAbsent() bool
- func (TypeFloat) IsNull() bool
- func (TypeFloat) Kind() ipld.Kind
- func (TypeFloat) Length() int64
- func (TypeFloat) ListIterator() ipld.ListIterator
- func (TypeFloat) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeFloat) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeFloat) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeFloat) LookupByString(key string) (ipld.Node, error)
- func (n TypeFloat) MapIterator() ipld.MapIterator
- func (TypeFloat) Prototype() ipld.NodePrototype
- func (n TypeFloat) Representation() ipld.Node
- func (TypeFloat) Type() schema.Type
- type TypeInt
- func (TypeInt) AsBool() (bool, error)
- func (TypeInt) AsBytes() ([]byte, error)
- func (TypeInt) AsFloat() (float64, error)
- func (TypeInt) AsInt() (int64, error)
- func (TypeInt) AsLink() (ipld.Link, error)
- func (TypeInt) AsString() (string, error)
- func (TypeInt) IsAbsent() bool
- func (TypeInt) IsNull() bool
- func (TypeInt) Kind() ipld.Kind
- func (TypeInt) Length() int64
- func (TypeInt) ListIterator() ipld.ListIterator
- func (TypeInt) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeInt) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeInt) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeInt) LookupByString(key string) (ipld.Node, error)
- func (n TypeInt) MapIterator() ipld.MapIterator
- func (TypeInt) Prototype() ipld.NodePrototype
- func (n TypeInt) Representation() ipld.Node
- func (TypeInt) Type() schema.Type
- type TypeLink
- func (TypeLink) AsBool() (bool, error)
- func (TypeLink) AsBytes() ([]byte, error)
- func (TypeLink) AsFloat() (float64, error)
- func (TypeLink) AsInt() (int64, error)
- func (TypeLink) AsLink() (ipld.Link, error)
- func (TypeLink) AsString() (string, error)
- func (TypeLink) IsAbsent() bool
- func (TypeLink) IsNull() bool
- func (TypeLink) Kind() ipld.Kind
- func (TypeLink) Length() int64
- func (TypeLink) ListIterator() ipld.ListIterator
- func (TypeLink) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeLink) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeLink) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeLink) LookupByString(key string) (ipld.Node, error)
- func (n TypeLink) MapIterator() ipld.MapIterator
- func (TypeLink) Prototype() ipld.NodePrototype
- func (n TypeLink) Representation() ipld.Node
- func (TypeLink) Type() schema.Type
- type TypeList
- func (TypeList) AsBool() (bool, error)
- func (TypeList) AsBytes() ([]byte, error)
- func (TypeList) AsFloat() (float64, error)
- func (TypeList) AsInt() (int64, error)
- func (TypeList) AsLink() (ipld.Link, error)
- func (TypeList) AsString() (string, error)
- func (TypeList) IsAbsent() bool
- func (TypeList) IsNull() bool
- func (TypeList) Kind() ipld.Kind
- func (TypeList) Length() int64
- func (TypeList) ListIterator() ipld.ListIterator
- func (TypeList) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeList) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeList) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeList) LookupByString(key string) (ipld.Node, error)
- func (n TypeList) MapIterator() ipld.MapIterator
- func (TypeList) Prototype() ipld.NodePrototype
- func (n TypeList) Representation() ipld.Node
- func (TypeList) Type() schema.Type
- type TypeMap
- func (TypeMap) AsBool() (bool, error)
- func (TypeMap) AsBytes() ([]byte, error)
- func (TypeMap) AsFloat() (float64, error)
- func (TypeMap) AsInt() (int64, error)
- func (TypeMap) AsLink() (ipld.Link, error)
- func (TypeMap) AsString() (string, error)
- func (TypeMap) IsAbsent() bool
- func (TypeMap) IsNull() bool
- func (TypeMap) Kind() ipld.Kind
- func (TypeMap) Length() int64
- func (TypeMap) ListIterator() ipld.ListIterator
- func (TypeMap) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeMap) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeMap) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeMap) LookupByString(key string) (ipld.Node, error)
- func (n TypeMap) MapIterator() ipld.MapIterator
- func (TypeMap) Prototype() ipld.NodePrototype
- func (n TypeMap) Representation() ipld.Node
- func (TypeMap) Type() schema.Type
- type TypeName
- func (TypeName) AsBool() (bool, error)
- func (TypeName) AsBytes() ([]byte, error)
- func (TypeName) AsFloat() (float64, error)
- func (TypeName) AsInt() (int64, error)
- func (TypeName) AsLink() (ipld.Link, error)
- func (n TypeName) AsString() (string, error)
- func (TypeName) IsAbsent() bool
- func (TypeName) IsNull() bool
- func (TypeName) Kind() ipld.Kind
- func (TypeName) Length() int64
- func (TypeName) ListIterator() ipld.ListIterator
- func (TypeName) LookupByIndex(idx int64) (ipld.Node, error)
- func (TypeName) LookupByNode(ipld.Node) (ipld.Node, error)
- func (TypeName) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (TypeName) LookupByString(string) (ipld.Node, error)
- func (TypeName) MapIterator() ipld.MapIterator
- func (TypeName) Prototype() ipld.NodePrototype
- func (n TypeName) Representation() ipld.Node
- func (n TypeName) String() string
- func (TypeName) Type() schema.Type
- func (x TypeName) TypeReference() TypeReference
- type TypeNameOrInlineDefn
- func (TypeNameOrInlineDefn) AsBool() (bool, error)
- func (TypeNameOrInlineDefn) AsBytes() ([]byte, error)
- func (TypeNameOrInlineDefn) AsFloat() (float64, error)
- func (TypeNameOrInlineDefn) AsInt() (int64, error)
- func (TypeNameOrInlineDefn) AsLink() (ipld.Link, error)
- func (TypeNameOrInlineDefn) AsString() (string, error)
- func (TypeNameOrInlineDefn) IsAbsent() bool
- func (TypeNameOrInlineDefn) IsNull() bool
- func (TypeNameOrInlineDefn) Kind() ipld.Kind
- func (TypeNameOrInlineDefn) Length() int64
- func (TypeNameOrInlineDefn) ListIterator() ipld.ListIterator
- func (TypeNameOrInlineDefn) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeNameOrInlineDefn) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeNameOrInlineDefn) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeNameOrInlineDefn) LookupByString(key string) (ipld.Node, error)
- func (n TypeNameOrInlineDefn) MapIterator() ipld.MapIterator
- func (TypeNameOrInlineDefn) Prototype() ipld.NodePrototype
- func (n TypeNameOrInlineDefn) Representation() ipld.Node
- func (TypeNameOrInlineDefn) Type() schema.Type
- func (x TypeNameOrInlineDefn) TypeReference() TypeReference
- type TypeReference
- type TypeString
- func (TypeString) AsBool() (bool, error)
- func (TypeString) AsBytes() ([]byte, error)
- func (TypeString) AsFloat() (float64, error)
- func (TypeString) AsInt() (int64, error)
- func (TypeString) AsLink() (ipld.Link, error)
- func (TypeString) AsString() (string, error)
- func (TypeString) IsAbsent() bool
- func (TypeString) IsNull() bool
- func (TypeString) Kind() ipld.Kind
- func (TypeString) Length() int64
- func (TypeString) ListIterator() ipld.ListIterator
- func (TypeString) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeString) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeString) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeString) LookupByString(key string) (ipld.Node, error)
- func (n TypeString) MapIterator() ipld.MapIterator
- func (TypeString) Prototype() ipld.NodePrototype
- func (n TypeString) Representation() ipld.Node
- func (TypeString) Type() schema.Type
- type TypeStruct
- func (TypeStruct) AsBool() (bool, error)
- func (TypeStruct) AsBytes() ([]byte, error)
- func (TypeStruct) AsFloat() (float64, error)
- func (TypeStruct) AsInt() (int64, error)
- func (TypeStruct) AsLink() (ipld.Link, error)
- func (TypeStruct) AsString() (string, error)
- func (TypeStruct) IsAbsent() bool
- func (TypeStruct) IsNull() bool
- func (TypeStruct) Kind() ipld.Kind
- func (TypeStruct) Length() int64
- func (TypeStruct) ListIterator() ipld.ListIterator
- func (TypeStruct) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeStruct) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeStruct) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeStruct) LookupByString(key string) (ipld.Node, error)
- func (n TypeStruct) MapIterator() ipld.MapIterator
- func (TypeStruct) Prototype() ipld.NodePrototype
- func (n TypeStruct) Representation() ipld.Node
- func (TypeStruct) Type() schema.Type
- type TypeUnion
- func (TypeUnion) AsBool() (bool, error)
- func (TypeUnion) AsBytes() ([]byte, error)
- func (TypeUnion) AsFloat() (float64, error)
- func (TypeUnion) AsInt() (int64, error)
- func (TypeUnion) AsLink() (ipld.Link, error)
- func (TypeUnion) AsString() (string, error)
- func (TypeUnion) IsAbsent() bool
- func (TypeUnion) IsNull() bool
- func (TypeUnion) Kind() ipld.Kind
- func (TypeUnion) Length() int64
- func (TypeUnion) ListIterator() ipld.ListIterator
- func (TypeUnion) LookupByIndex(idx int64) (ipld.Node, error)
- func (n TypeUnion) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n TypeUnion) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n TypeUnion) LookupByString(key string) (ipld.Node, error)
- func (n TypeUnion) MapIterator() ipld.MapIterator
- func (TypeUnion) Prototype() ipld.NodePrototype
- func (n TypeUnion) Representation() ipld.Node
- func (TypeUnion) Type() schema.Type
- type UnionRepresentation
- func (UnionRepresentation) AsBool() (bool, error)
- func (UnionRepresentation) AsBytes() ([]byte, error)
- func (UnionRepresentation) AsFloat() (float64, error)
- func (UnionRepresentation) AsInt() (int64, error)
- func (UnionRepresentation) AsLink() (ipld.Link, error)
- func (UnionRepresentation) AsString() (string, error)
- func (UnionRepresentation) IsAbsent() bool
- func (UnionRepresentation) IsNull() bool
- func (UnionRepresentation) Kind() ipld.Kind
- func (UnionRepresentation) Length() int64
- func (UnionRepresentation) ListIterator() ipld.ListIterator
- func (UnionRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
- func (n UnionRepresentation) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n UnionRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n UnionRepresentation) LookupByString(key string) (ipld.Node, error)
- func (n UnionRepresentation) MapIterator() ipld.MapIterator
- func (UnionRepresentation) Prototype() ipld.NodePrototype
- func (n UnionRepresentation) Representation() ipld.Node
- func (UnionRepresentation) Type() schema.Type
- type UnionRepresentation_BytePrefix
- func (UnionRepresentation_BytePrefix) AsBool() (bool, error)
- func (UnionRepresentation_BytePrefix) AsBytes() ([]byte, error)
- func (UnionRepresentation_BytePrefix) AsFloat() (float64, error)
- func (UnionRepresentation_BytePrefix) AsInt() (int64, error)
- func (UnionRepresentation_BytePrefix) AsLink() (ipld.Link, error)
- func (UnionRepresentation_BytePrefix) AsString() (string, error)
- func (UnionRepresentation_BytePrefix) IsAbsent() bool
- func (UnionRepresentation_BytePrefix) IsNull() bool
- func (UnionRepresentation_BytePrefix) Kind() ipld.Kind
- func (UnionRepresentation_BytePrefix) Length() int64
- func (UnionRepresentation_BytePrefix) ListIterator() ipld.ListIterator
- func (UnionRepresentation_BytePrefix) LookupByIndex(idx int64) (ipld.Node, error)
- func (n UnionRepresentation_BytePrefix) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n UnionRepresentation_BytePrefix) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n UnionRepresentation_BytePrefix) LookupByString(key string) (ipld.Node, error)
- func (n UnionRepresentation_BytePrefix) MapIterator() ipld.MapIterator
- func (UnionRepresentation_BytePrefix) Prototype() ipld.NodePrototype
- func (n UnionRepresentation_BytePrefix) Representation() ipld.Node
- func (UnionRepresentation_BytePrefix) Type() schema.Type
- type UnionRepresentation_Envelope
- func (UnionRepresentation_Envelope) AsBool() (bool, error)
- func (UnionRepresentation_Envelope) AsBytes() ([]byte, error)
- func (UnionRepresentation_Envelope) AsFloat() (float64, error)
- func (UnionRepresentation_Envelope) AsInt() (int64, error)
- func (UnionRepresentation_Envelope) AsLink() (ipld.Link, error)
- func (UnionRepresentation_Envelope) AsString() (string, error)
- func (UnionRepresentation_Envelope) IsAbsent() bool
- func (UnionRepresentation_Envelope) IsNull() bool
- func (UnionRepresentation_Envelope) Kind() ipld.Kind
- func (UnionRepresentation_Envelope) Length() int64
- func (UnionRepresentation_Envelope) ListIterator() ipld.ListIterator
- func (UnionRepresentation_Envelope) LookupByIndex(idx int64) (ipld.Node, error)
- func (n UnionRepresentation_Envelope) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n UnionRepresentation_Envelope) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n UnionRepresentation_Envelope) LookupByString(key string) (ipld.Node, error)
- func (n UnionRepresentation_Envelope) MapIterator() ipld.MapIterator
- func (UnionRepresentation_Envelope) Prototype() ipld.NodePrototype
- func (n UnionRepresentation_Envelope) Representation() ipld.Node
- func (UnionRepresentation_Envelope) Type() schema.Type
- type UnionRepresentation_Inline
- func (UnionRepresentation_Inline) AsBool() (bool, error)
- func (UnionRepresentation_Inline) AsBytes() ([]byte, error)
- func (UnionRepresentation_Inline) AsFloat() (float64, error)
- func (UnionRepresentation_Inline) AsInt() (int64, error)
- func (UnionRepresentation_Inline) AsLink() (ipld.Link, error)
- func (UnionRepresentation_Inline) AsString() (string, error)
- func (UnionRepresentation_Inline) IsAbsent() bool
- func (UnionRepresentation_Inline) IsNull() bool
- func (UnionRepresentation_Inline) Kind() ipld.Kind
- func (UnionRepresentation_Inline) Length() int64
- func (UnionRepresentation_Inline) ListIterator() ipld.ListIterator
- func (UnionRepresentation_Inline) LookupByIndex(idx int64) (ipld.Node, error)
- func (n UnionRepresentation_Inline) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n UnionRepresentation_Inline) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n UnionRepresentation_Inline) LookupByString(key string) (ipld.Node, error)
- func (n UnionRepresentation_Inline) MapIterator() ipld.MapIterator
- func (UnionRepresentation_Inline) Prototype() ipld.NodePrototype
- func (n UnionRepresentation_Inline) Representation() ipld.Node
- func (UnionRepresentation_Inline) Type() schema.Type
- type UnionRepresentation_Keyed
- func (UnionRepresentation_Keyed) AsBool() (bool, error)
- func (UnionRepresentation_Keyed) AsBytes() ([]byte, error)
- func (UnionRepresentation_Keyed) AsFloat() (float64, error)
- func (UnionRepresentation_Keyed) AsInt() (int64, error)
- func (UnionRepresentation_Keyed) AsLink() (ipld.Link, error)
- func (UnionRepresentation_Keyed) AsString() (string, error)
- func (UnionRepresentation_Keyed) IsAbsent() bool
- func (UnionRepresentation_Keyed) IsNull() bool
- func (n UnionRepresentation_Keyed) Iterator() *UnionRepresentation_Keyed__Itr
- func (UnionRepresentation_Keyed) Kind() ipld.Kind
- func (n UnionRepresentation_Keyed) Length() int64
- func (UnionRepresentation_Keyed) ListIterator() ipld.ListIterator
- func (UnionRepresentation_Keyed) LookupByIndex(idx int64) (ipld.Node, error)
- func (n UnionRepresentation_Keyed) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n UnionRepresentation_Keyed) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n UnionRepresentation_Keyed) LookupByString(k string) (ipld.Node, error)
- func (n UnionRepresentation_Keyed) MapIterator() ipld.MapIterator
- func (UnionRepresentation_Keyed) Prototype() ipld.NodePrototype
- func (n UnionRepresentation_Keyed) Representation() ipld.Node
- func (UnionRepresentation_Keyed) Type() schema.Type
- type UnionRepresentation_Keyed__Itr
- type UnionRepresentation_Kinded
- func (UnionRepresentation_Kinded) AsBool() (bool, error)
- func (UnionRepresentation_Kinded) AsBytes() ([]byte, error)
- func (UnionRepresentation_Kinded) AsFloat() (float64, error)
- func (UnionRepresentation_Kinded) AsInt() (int64, error)
- func (UnionRepresentation_Kinded) AsLink() (ipld.Link, error)
- func (UnionRepresentation_Kinded) AsString() (string, error)
- func (UnionRepresentation_Kinded) IsAbsent() bool
- func (UnionRepresentation_Kinded) IsNull() bool
- func (n UnionRepresentation_Kinded) Iterator() *UnionRepresentation_Kinded__Itr
- func (UnionRepresentation_Kinded) Kind() ipld.Kind
- func (n UnionRepresentation_Kinded) Length() int64
- func (UnionRepresentation_Kinded) ListIterator() ipld.ListIterator
- func (UnionRepresentation_Kinded) LookupByIndex(idx int64) (ipld.Node, error)
- func (n UnionRepresentation_Kinded) LookupByNode(k ipld.Node) (ipld.Node, error)
- func (n UnionRepresentation_Kinded) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n UnionRepresentation_Kinded) LookupByString(k string) (ipld.Node, error)
- func (n UnionRepresentation_Kinded) MapIterator() ipld.MapIterator
- func (UnionRepresentation_Kinded) Prototype() ipld.NodePrototype
- func (n UnionRepresentation_Kinded) Representation() ipld.Node
- func (UnionRepresentation_Kinded) Type() schema.Type
- type UnionRepresentation_Kinded__Itr
- type UnionRepresentation_StringPrefix
- func (UnionRepresentation_StringPrefix) AsBool() (bool, error)
- func (UnionRepresentation_StringPrefix) AsBytes() ([]byte, error)
- func (UnionRepresentation_StringPrefix) AsFloat() (float64, error)
- func (UnionRepresentation_StringPrefix) AsInt() (int64, error)
- func (UnionRepresentation_StringPrefix) AsLink() (ipld.Link, error)
- func (UnionRepresentation_StringPrefix) AsString() (string, error)
- func (UnionRepresentation_StringPrefix) IsAbsent() bool
- func (UnionRepresentation_StringPrefix) IsNull() bool
- func (UnionRepresentation_StringPrefix) Kind() ipld.Kind
- func (UnionRepresentation_StringPrefix) Length() int64
- func (UnionRepresentation_StringPrefix) ListIterator() ipld.ListIterator
- func (UnionRepresentation_StringPrefix) LookupByIndex(idx int64) (ipld.Node, error)
- func (n UnionRepresentation_StringPrefix) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n UnionRepresentation_StringPrefix) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n UnionRepresentation_StringPrefix) LookupByString(key string) (ipld.Node, error)
- func (n UnionRepresentation_StringPrefix) MapIterator() ipld.MapIterator
- func (UnionRepresentation_StringPrefix) Prototype() ipld.NodePrototype
- func (n UnionRepresentation_StringPrefix) Representation() ipld.Node
- func (UnionRepresentation_StringPrefix) Type() schema.Type
- type Unit
- func (Unit) AsBool() (bool, error)
- func (Unit) AsBytes() ([]byte, error)
- func (Unit) AsFloat() (float64, error)
- func (Unit) AsInt() (int64, error)
- func (Unit) AsLink() (ipld.Link, error)
- func (Unit) AsString() (string, error)
- func (Unit) IsAbsent() bool
- func (Unit) IsNull() bool
- func (Unit) Kind() ipld.Kind
- func (Unit) Length() int64
- func (Unit) ListIterator() ipld.ListIterator
- func (Unit) LookupByIndex(idx int64) (ipld.Node, error)
- func (n Unit) LookupByNode(key ipld.Node) (ipld.Node, error)
- func (n Unit) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n Unit) LookupByString(key string) (ipld.Node, error)
- func (n Unit) MapIterator() ipld.MapIterator
- func (Unit) Prototype() ipld.NodePrototype
- func (n Unit) Representation() ipld.Node
- func (Unit) Type() schema.Type
Constants ¶
This section is empty.
Variables ¶
var Type typeSlab
Type is a struct embeding a NodePrototype/Type for every Node implementation in this package. One of its major uses is to start the construction of a value. You can use it like this:
schemadmt.Type.YourTypeName.NewBuilder().BeginMap() //...
and:
schemadmt.Type.OtherTypeName.NewBuilder().AssignString("x") // ...
Functions ¶
This section is empty.
Types ¶
type AnyScalar ¶
type AnyScalar = *_AnyScalar
AnyScalar matches the IPLD Schema type "AnyScalar". AnyScalar has Union typekind, which means its data model behaviors are that of a map kind.
func (AnyScalar) ListIterator ¶
func (AnyScalar) ListIterator() ipld.ListIterator
func (AnyScalar) LookupBySegment ¶
func (AnyScalar) MapIterator ¶
func (n AnyScalar) MapIterator() ipld.MapIterator
func (AnyScalar) Prototype ¶
func (AnyScalar) Prototype() ipld.NodePrototype
func (AnyScalar) Representation ¶
type Bool ¶
type Bool = *_Bool
Bool matches the IPLD Schema type "Bool". It has bool kind.
func (Bool) ListIterator ¶
func (Bool) ListIterator() ipld.ListIterator
func (Bool) LookupBySegment ¶
func (Bool) MapIterator ¶
func (Bool) MapIterator() ipld.MapIterator
func (Bool) Prototype ¶
func (Bool) Prototype() ipld.NodePrototype
func (Bool) Representation ¶
type Bytes ¶
type Bytes = *_Bytes
Bytes matches the IPLD Schema type "Bytes". It has bytes kind.
func (Bytes) ListIterator ¶
func (Bytes) ListIterator() ipld.ListIterator
func (Bytes) LookupBySegment ¶
func (Bytes) MapIterator ¶
func (Bytes) MapIterator() ipld.MapIterator
func (Bytes) Prototype ¶
func (Bytes) Prototype() ipld.NodePrototype
func (Bytes) Representation ¶
type EnumRepresentation ¶
type EnumRepresentation = *_EnumRepresentation
EnumRepresentation matches the IPLD Schema type "EnumRepresentation". EnumRepresentation has Union typekind, which means its data model behaviors are that of a map kind.
func (EnumRepresentation) AsBool ¶
func (EnumRepresentation) AsBool() (bool, error)
func (EnumRepresentation) AsBytes ¶
func (EnumRepresentation) AsBytes() ([]byte, error)
func (EnumRepresentation) AsFloat ¶
func (EnumRepresentation) AsFloat() (float64, error)
func (EnumRepresentation) AsInt ¶
func (EnumRepresentation) AsInt() (int64, error)
func (EnumRepresentation) AsString ¶
func (EnumRepresentation) AsString() (string, error)
func (EnumRepresentation) IsAbsent ¶
func (EnumRepresentation) IsAbsent() bool
func (EnumRepresentation) IsNull ¶
func (EnumRepresentation) IsNull() bool
func (EnumRepresentation) Kind ¶
func (EnumRepresentation) Kind() ipld.Kind
func (EnumRepresentation) Length ¶
func (EnumRepresentation) Length() int64
func (EnumRepresentation) ListIterator ¶
func (EnumRepresentation) ListIterator() ipld.ListIterator
func (EnumRepresentation) LookupByIndex ¶
func (EnumRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
func (EnumRepresentation) LookupByNode ¶
func (EnumRepresentation) LookupBySegment ¶
func (n EnumRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (EnumRepresentation) LookupByString ¶
func (n EnumRepresentation) LookupByString(key string) (ipld.Node, error)
func (EnumRepresentation) MapIterator ¶
func (n EnumRepresentation) MapIterator() ipld.MapIterator
func (EnumRepresentation) Prototype ¶
func (EnumRepresentation) Prototype() ipld.NodePrototype
func (EnumRepresentation) Representation ¶
func (n EnumRepresentation) Representation() ipld.Node
func (EnumRepresentation) Type ¶
func (EnumRepresentation) Type() schema.Type
type EnumRepresentation_Int ¶
type EnumRepresentation_Int = *_EnumRepresentation_Int
EnumRepresentation_Int matches the IPLD Schema type "EnumRepresentation_Int". It has map kind.
func (EnumRepresentation_Int) AsBool ¶
func (EnumRepresentation_Int) AsBool() (bool, error)
func (EnumRepresentation_Int) AsBytes ¶
func (EnumRepresentation_Int) AsBytes() ([]byte, error)
func (EnumRepresentation_Int) AsFloat ¶
func (EnumRepresentation_Int) AsFloat() (float64, error)
func (EnumRepresentation_Int) AsInt ¶
func (EnumRepresentation_Int) AsInt() (int64, error)
func (EnumRepresentation_Int) AsString ¶
func (EnumRepresentation_Int) AsString() (string, error)
func (EnumRepresentation_Int) IsAbsent ¶
func (EnumRepresentation_Int) IsAbsent() bool
func (EnumRepresentation_Int) IsNull ¶
func (EnumRepresentation_Int) IsNull() bool
func (EnumRepresentation_Int) Iterator ¶
func (n EnumRepresentation_Int) Iterator() *EnumRepresentation_Int__Itr
func (EnumRepresentation_Int) Kind ¶
func (EnumRepresentation_Int) Kind() ipld.Kind
func (EnumRepresentation_Int) Length ¶
func (n EnumRepresentation_Int) Length() int64
func (EnumRepresentation_Int) ListIterator ¶
func (EnumRepresentation_Int) ListIterator() ipld.ListIterator
func (EnumRepresentation_Int) LookupByIndex ¶
func (EnumRepresentation_Int) LookupByIndex(idx int64) (ipld.Node, error)
func (EnumRepresentation_Int) LookupByNode ¶
func (EnumRepresentation_Int) LookupBySegment ¶
func (n EnumRepresentation_Int) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (EnumRepresentation_Int) LookupByString ¶
func (n EnumRepresentation_Int) LookupByString(k string) (ipld.Node, error)
func (EnumRepresentation_Int) MapIterator ¶
func (n EnumRepresentation_Int) MapIterator() ipld.MapIterator
func (EnumRepresentation_Int) Prototype ¶
func (EnumRepresentation_Int) Prototype() ipld.NodePrototype
func (EnumRepresentation_Int) Representation ¶
func (n EnumRepresentation_Int) Representation() ipld.Node
func (EnumRepresentation_Int) Type ¶
func (EnumRepresentation_Int) Type() schema.Type
type EnumRepresentation_Int__Itr ¶
type EnumRepresentation_Int__Itr struct {
// contains filtered or unexported fields
}
func (*EnumRepresentation_Int__Itr) Done ¶
func (itr *EnumRepresentation_Int__Itr) Done() bool
func (*EnumRepresentation_Int__Itr) Next ¶
func (itr *EnumRepresentation_Int__Itr) Next() (k EnumValue, v Int)
type EnumRepresentation_String ¶
type EnumRepresentation_String = *_EnumRepresentation_String
EnumRepresentation_String matches the IPLD Schema type "EnumRepresentation_String". It has map kind.
func (EnumRepresentation_String) AsBool ¶
func (EnumRepresentation_String) AsBool() (bool, error)
func (EnumRepresentation_String) AsBytes ¶
func (EnumRepresentation_String) AsBytes() ([]byte, error)
func (EnumRepresentation_String) AsFloat ¶
func (EnumRepresentation_String) AsFloat() (float64, error)
func (EnumRepresentation_String) AsInt ¶
func (EnumRepresentation_String) AsInt() (int64, error)
func (EnumRepresentation_String) AsLink ¶
func (EnumRepresentation_String) AsLink() (ipld.Link, error)
func (EnumRepresentation_String) AsString ¶
func (EnumRepresentation_String) AsString() (string, error)
func (EnumRepresentation_String) IsAbsent ¶
func (EnumRepresentation_String) IsAbsent() bool
func (EnumRepresentation_String) IsNull ¶
func (EnumRepresentation_String) IsNull() bool
func (EnumRepresentation_String) Iterator ¶
func (n EnumRepresentation_String) Iterator() *EnumRepresentation_String__Itr
func (EnumRepresentation_String) Kind ¶
func (EnumRepresentation_String) Kind() ipld.Kind
func (EnumRepresentation_String) Length ¶
func (n EnumRepresentation_String) Length() int64
func (EnumRepresentation_String) ListIterator ¶
func (EnumRepresentation_String) ListIterator() ipld.ListIterator
func (EnumRepresentation_String) LookupByIndex ¶
func (EnumRepresentation_String) LookupByIndex(idx int64) (ipld.Node, error)
func (EnumRepresentation_String) LookupByNode ¶
func (EnumRepresentation_String) LookupBySegment ¶
func (n EnumRepresentation_String) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (EnumRepresentation_String) LookupByString ¶
func (n EnumRepresentation_String) LookupByString(k string) (ipld.Node, error)
func (EnumRepresentation_String) MapIterator ¶
func (n EnumRepresentation_String) MapIterator() ipld.MapIterator
func (EnumRepresentation_String) Prototype ¶
func (EnumRepresentation_String) Prototype() ipld.NodePrototype
func (EnumRepresentation_String) Representation ¶
func (n EnumRepresentation_String) Representation() ipld.Node
func (EnumRepresentation_String) Type ¶
func (EnumRepresentation_String) Type() schema.Type
type EnumRepresentation_String__Itr ¶
type EnumRepresentation_String__Itr struct {
// contains filtered or unexported fields
}
func (*EnumRepresentation_String__Itr) Done ¶
func (itr *EnumRepresentation_String__Itr) Done() bool
func (*EnumRepresentation_String__Itr) Next ¶
func (itr *EnumRepresentation_String__Itr) Next() (k EnumValue, v String)
type EnumValue ¶
type EnumValue = *_EnumValue
EnumValue matches the IPLD Schema type "EnumValue". It has string kind.
func (EnumValue) ListIterator ¶
func (EnumValue) ListIterator() ipld.ListIterator
func (EnumValue) LookupBySegment ¶
func (EnumValue) MapIterator ¶
func (EnumValue) MapIterator() ipld.MapIterator
func (EnumValue) Prototype ¶
func (EnumValue) Prototype() ipld.NodePrototype
func (EnumValue) Representation ¶
type FieldName ¶
type FieldName = *_FieldName
FieldName matches the IPLD Schema type "FieldName". It has string kind.
func (FieldName) ListIterator ¶
func (FieldName) ListIterator() ipld.ListIterator
func (FieldName) LookupBySegment ¶
func (FieldName) MapIterator ¶
func (FieldName) MapIterator() ipld.MapIterator
func (FieldName) Prototype ¶
func (FieldName) Prototype() ipld.NodePrototype
func (FieldName) Representation ¶
type Float ¶
type Float = *_Float
Float matches the IPLD Schema type "Float". It has float kind.
func (Float) ListIterator ¶
func (Float) ListIterator() ipld.ListIterator
func (Float) LookupBySegment ¶
func (Float) MapIterator ¶
func (Float) MapIterator() ipld.MapIterator
func (Float) Prototype ¶
func (Float) Prototype() ipld.NodePrototype
func (Float) Representation ¶
type Int ¶
type Int = *_Int
Int matches the IPLD Schema type "Int". It has int kind.
func (Int) ListIterator ¶
func (Int) ListIterator() ipld.ListIterator
func (Int) LookupBySegment ¶
func (Int) MapIterator ¶
func (Int) MapIterator() ipld.MapIterator
func (Int) Prototype ¶
func (Int) Prototype() ipld.NodePrototype
func (Int) Representation ¶
type ListRepresentation ¶
type ListRepresentation = *_ListRepresentation
ListRepresentation matches the IPLD Schema type "ListRepresentation". ListRepresentation has Union typekind, which means its data model behaviors are that of a map kind.
func (ListRepresentation) AsBool ¶
func (ListRepresentation) AsBool() (bool, error)
func (ListRepresentation) AsBytes ¶
func (ListRepresentation) AsBytes() ([]byte, error)
func (ListRepresentation) AsFloat ¶
func (ListRepresentation) AsFloat() (float64, error)
func (ListRepresentation) AsInt ¶
func (ListRepresentation) AsInt() (int64, error)
func (ListRepresentation) AsString ¶
func (ListRepresentation) AsString() (string, error)
func (ListRepresentation) IsAbsent ¶
func (ListRepresentation) IsAbsent() bool
func (ListRepresentation) IsNull ¶
func (ListRepresentation) IsNull() bool
func (ListRepresentation) Kind ¶
func (ListRepresentation) Kind() ipld.Kind
func (ListRepresentation) Length ¶
func (ListRepresentation) Length() int64
func (ListRepresentation) ListIterator ¶
func (ListRepresentation) ListIterator() ipld.ListIterator
func (ListRepresentation) LookupByIndex ¶
func (ListRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
func (ListRepresentation) LookupByNode ¶
func (ListRepresentation) LookupBySegment ¶
func (n ListRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (ListRepresentation) LookupByString ¶
func (n ListRepresentation) LookupByString(key string) (ipld.Node, error)
func (ListRepresentation) MapIterator ¶
func (n ListRepresentation) MapIterator() ipld.MapIterator
func (ListRepresentation) Prototype ¶
func (ListRepresentation) Prototype() ipld.NodePrototype
func (ListRepresentation) Representation ¶
func (n ListRepresentation) Representation() ipld.Node
func (ListRepresentation) Type ¶
func (ListRepresentation) Type() schema.Type
type ListRepresentation_List ¶
type ListRepresentation_List = *_ListRepresentation_List
ListRepresentation_List matches the IPLD Schema type "ListRepresentation_List". It has Struct type-kind, and may be interrogated like map kind.
func (ListRepresentation_List) AsBool ¶
func (ListRepresentation_List) AsBool() (bool, error)
func (ListRepresentation_List) AsBytes ¶
func (ListRepresentation_List) AsBytes() ([]byte, error)
func (ListRepresentation_List) AsFloat ¶
func (ListRepresentation_List) AsFloat() (float64, error)
func (ListRepresentation_List) AsInt ¶
func (ListRepresentation_List) AsInt() (int64, error)
func (ListRepresentation_List) AsString ¶
func (ListRepresentation_List) AsString() (string, error)
func (ListRepresentation_List) IsAbsent ¶
func (ListRepresentation_List) IsAbsent() bool
func (ListRepresentation_List) IsNull ¶
func (ListRepresentation_List) IsNull() bool
func (ListRepresentation_List) Kind ¶
func (ListRepresentation_List) Kind() ipld.Kind
func (ListRepresentation_List) Length ¶
func (ListRepresentation_List) Length() int64
func (ListRepresentation_List) ListIterator ¶
func (ListRepresentation_List) ListIterator() ipld.ListIterator
func (ListRepresentation_List) LookupByIndex ¶
func (ListRepresentation_List) LookupByIndex(idx int64) (ipld.Node, error)
func (ListRepresentation_List) LookupByNode ¶
func (ListRepresentation_List) LookupBySegment ¶
func (n ListRepresentation_List) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (ListRepresentation_List) LookupByString ¶
func (n ListRepresentation_List) LookupByString(key string) (ipld.Node, error)
func (ListRepresentation_List) MapIterator ¶
func (n ListRepresentation_List) MapIterator() ipld.MapIterator
func (ListRepresentation_List) Prototype ¶
func (ListRepresentation_List) Prototype() ipld.NodePrototype
func (ListRepresentation_List) Representation ¶
func (n ListRepresentation_List) Representation() ipld.Node
func (ListRepresentation_List) Type ¶
func (ListRepresentation_List) Type() schema.Type
type List__FieldName ¶
type List__FieldName = *_List__FieldName
List__FieldName matches the IPLD Schema type "List__FieldName". It has list kind.
func (List__FieldName) AsBool ¶
func (List__FieldName) AsBool() (bool, error)
func (List__FieldName) AsBytes ¶
func (List__FieldName) AsBytes() ([]byte, error)
func (List__FieldName) AsFloat ¶
func (List__FieldName) AsFloat() (float64, error)
func (List__FieldName) AsInt ¶
func (List__FieldName) AsInt() (int64, error)
func (List__FieldName) AsString ¶
func (List__FieldName) AsString() (string, error)
func (List__FieldName) IsAbsent ¶
func (List__FieldName) IsAbsent() bool
func (List__FieldName) IsNull ¶
func (List__FieldName) IsNull() bool
func (List__FieldName) Iterator ¶
func (n List__FieldName) Iterator() *List__FieldName__Itr
func (List__FieldName) Kind ¶
func (List__FieldName) Kind() ipld.Kind
func (List__FieldName) Length ¶
func (n List__FieldName) Length() int64
func (List__FieldName) ListIterator ¶
func (n List__FieldName) ListIterator() ipld.ListIterator
func (List__FieldName) LookupByIndex ¶
func (n List__FieldName) LookupByIndex(idx int64) (ipld.Node, error)
func (List__FieldName) LookupByNode ¶
func (List__FieldName) LookupBySegment ¶
func (n List__FieldName) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (List__FieldName) LookupByString ¶
func (List__FieldName) LookupByString(string) (ipld.Node, error)
func (List__FieldName) MapIterator ¶
func (List__FieldName) MapIterator() ipld.MapIterator
func (List__FieldName) Prototype ¶
func (List__FieldName) Prototype() ipld.NodePrototype
func (List__FieldName) Representation ¶
func (n List__FieldName) Representation() ipld.Node
func (List__FieldName) Type ¶
func (List__FieldName) Type() schema.Type
type List__FieldName__Itr ¶
type List__FieldName__Itr struct {
// contains filtered or unexported fields
}
func (*List__FieldName__Itr) Done ¶
func (itr *List__FieldName__Itr) Done() bool
func (*List__FieldName__Itr) Next ¶
func (itr *List__FieldName__Itr) Next() (idx int64, v FieldName)
type List__TypeName ¶
type List__TypeName = *_List__TypeName
List__TypeName matches the IPLD Schema type "List__TypeName". It has list kind.
func (List__TypeName) AsBool ¶
func (List__TypeName) AsBool() (bool, error)
func (List__TypeName) AsBytes ¶
func (List__TypeName) AsBytes() ([]byte, error)
func (List__TypeName) AsFloat ¶
func (List__TypeName) AsFloat() (float64, error)
func (List__TypeName) AsInt ¶
func (List__TypeName) AsInt() (int64, error)
func (List__TypeName) AsString ¶
func (List__TypeName) AsString() (string, error)
func (List__TypeName) IsAbsent ¶
func (List__TypeName) IsAbsent() bool
func (List__TypeName) IsNull ¶
func (List__TypeName) IsNull() bool
func (List__TypeName) Iterator ¶
func (n List__TypeName) Iterator() *List__TypeName__Itr
func (List__TypeName) Kind ¶
func (List__TypeName) Kind() ipld.Kind
func (List__TypeName) Length ¶
func (n List__TypeName) Length() int64
func (List__TypeName) ListIterator ¶
func (n List__TypeName) ListIterator() ipld.ListIterator
func (List__TypeName) LookupByIndex ¶
func (n List__TypeName) LookupByIndex(idx int64) (ipld.Node, error)
func (List__TypeName) LookupByNode ¶
func (List__TypeName) LookupBySegment ¶
func (n List__TypeName) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (List__TypeName) LookupByString ¶
func (List__TypeName) LookupByString(string) (ipld.Node, error)
func (List__TypeName) MapIterator ¶
func (List__TypeName) MapIterator() ipld.MapIterator
func (List__TypeName) Prototype ¶
func (List__TypeName) Prototype() ipld.NodePrototype
func (List__TypeName) Representation ¶
func (n List__TypeName) Representation() ipld.Node
func (List__TypeName) Type ¶
func (List__TypeName) Type() schema.Type
type List__TypeName__Itr ¶
type List__TypeName__Itr struct {
// contains filtered or unexported fields
}
func (*List__TypeName__Itr) Done ¶
func (itr *List__TypeName__Itr) Done() bool
func (*List__TypeName__Itr) Next ¶
func (itr *List__TypeName__Itr) Next() (idx int64, v TypeName)
type MapRepresentation ¶
type MapRepresentation = *_MapRepresentation
MapRepresentation matches the IPLD Schema type "MapRepresentation". MapRepresentation has Union typekind, which means its data model behaviors are that of a map kind.
func (MapRepresentation) AsBool ¶
func (MapRepresentation) AsBool() (bool, error)
func (MapRepresentation) AsBytes ¶
func (MapRepresentation) AsBytes() ([]byte, error)
func (MapRepresentation) AsFloat ¶
func (MapRepresentation) AsFloat() (float64, error)
func (MapRepresentation) AsInt ¶
func (MapRepresentation) AsInt() (int64, error)
func (MapRepresentation) AsString ¶
func (MapRepresentation) AsString() (string, error)
func (MapRepresentation) IsAbsent ¶
func (MapRepresentation) IsAbsent() bool
func (MapRepresentation) IsNull ¶
func (MapRepresentation) IsNull() bool
func (MapRepresentation) Kind ¶
func (MapRepresentation) Kind() ipld.Kind
func (MapRepresentation) Length ¶
func (MapRepresentation) Length() int64
func (MapRepresentation) ListIterator ¶
func (MapRepresentation) ListIterator() ipld.ListIterator
func (MapRepresentation) LookupByIndex ¶
func (MapRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
func (MapRepresentation) LookupByNode ¶
func (MapRepresentation) LookupBySegment ¶
func (n MapRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (MapRepresentation) LookupByString ¶
func (n MapRepresentation) LookupByString(key string) (ipld.Node, error)
func (MapRepresentation) MapIterator ¶
func (n MapRepresentation) MapIterator() ipld.MapIterator
func (MapRepresentation) Prototype ¶
func (MapRepresentation) Prototype() ipld.NodePrototype
func (MapRepresentation) Representation ¶
func (n MapRepresentation) Representation() ipld.Node
func (MapRepresentation) Type ¶
func (MapRepresentation) Type() schema.Type
type MapRepresentation_Listpairs ¶
type MapRepresentation_Listpairs = *_MapRepresentation_Listpairs
MapRepresentation_Listpairs matches the IPLD Schema type "MapRepresentation_Listpairs". It has Struct type-kind, and may be interrogated like map kind.
func (MapRepresentation_Listpairs) AsBool ¶
func (MapRepresentation_Listpairs) AsBool() (bool, error)
func (MapRepresentation_Listpairs) AsBytes ¶
func (MapRepresentation_Listpairs) AsBytes() ([]byte, error)
func (MapRepresentation_Listpairs) AsFloat ¶
func (MapRepresentation_Listpairs) AsFloat() (float64, error)
func (MapRepresentation_Listpairs) AsInt ¶
func (MapRepresentation_Listpairs) AsInt() (int64, error)
func (MapRepresentation_Listpairs) AsLink ¶
func (MapRepresentation_Listpairs) AsLink() (ipld.Link, error)
func (MapRepresentation_Listpairs) AsString ¶
func (MapRepresentation_Listpairs) AsString() (string, error)
func (MapRepresentation_Listpairs) IsAbsent ¶
func (MapRepresentation_Listpairs) IsAbsent() bool
func (MapRepresentation_Listpairs) IsNull ¶
func (MapRepresentation_Listpairs) IsNull() bool
func (MapRepresentation_Listpairs) Kind ¶
func (MapRepresentation_Listpairs) Kind() ipld.Kind
func (MapRepresentation_Listpairs) Length ¶
func (MapRepresentation_Listpairs) Length() int64
func (MapRepresentation_Listpairs) ListIterator ¶
func (MapRepresentation_Listpairs) ListIterator() ipld.ListIterator
func (MapRepresentation_Listpairs) LookupByIndex ¶
func (MapRepresentation_Listpairs) LookupByIndex(idx int64) (ipld.Node, error)
func (MapRepresentation_Listpairs) LookupByNode ¶
func (MapRepresentation_Listpairs) LookupBySegment ¶
func (n MapRepresentation_Listpairs) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (MapRepresentation_Listpairs) LookupByString ¶
func (n MapRepresentation_Listpairs) LookupByString(key string) (ipld.Node, error)
func (MapRepresentation_Listpairs) MapIterator ¶
func (n MapRepresentation_Listpairs) MapIterator() ipld.MapIterator
func (MapRepresentation_Listpairs) Prototype ¶
func (MapRepresentation_Listpairs) Prototype() ipld.NodePrototype
func (MapRepresentation_Listpairs) Representation ¶
func (n MapRepresentation_Listpairs) Representation() ipld.Node
func (MapRepresentation_Listpairs) Type ¶
func (MapRepresentation_Listpairs) Type() schema.Type
type MapRepresentation_Map ¶
type MapRepresentation_Map = *_MapRepresentation_Map
MapRepresentation_Map matches the IPLD Schema type "MapRepresentation_Map". It has Struct type-kind, and may be interrogated like map kind.
func (MapRepresentation_Map) AsBool ¶
func (MapRepresentation_Map) AsBool() (bool, error)
func (MapRepresentation_Map) AsBytes ¶
func (MapRepresentation_Map) AsBytes() ([]byte, error)
func (MapRepresentation_Map) AsFloat ¶
func (MapRepresentation_Map) AsFloat() (float64, error)
func (MapRepresentation_Map) AsInt ¶
func (MapRepresentation_Map) AsInt() (int64, error)
func (MapRepresentation_Map) AsString ¶
func (MapRepresentation_Map) AsString() (string, error)
func (MapRepresentation_Map) IsAbsent ¶
func (MapRepresentation_Map) IsAbsent() bool
func (MapRepresentation_Map) IsNull ¶
func (MapRepresentation_Map) IsNull() bool
func (MapRepresentation_Map) Kind ¶
func (MapRepresentation_Map) Kind() ipld.Kind
func (MapRepresentation_Map) Length ¶
func (MapRepresentation_Map) Length() int64
func (MapRepresentation_Map) ListIterator ¶
func (MapRepresentation_Map) ListIterator() ipld.ListIterator
func (MapRepresentation_Map) LookupByIndex ¶
func (MapRepresentation_Map) LookupByIndex(idx int64) (ipld.Node, error)
func (MapRepresentation_Map) LookupByNode ¶
func (MapRepresentation_Map) LookupBySegment ¶
func (n MapRepresentation_Map) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (MapRepresentation_Map) LookupByString ¶
func (n MapRepresentation_Map) LookupByString(key string) (ipld.Node, error)
func (MapRepresentation_Map) MapIterator ¶
func (n MapRepresentation_Map) MapIterator() ipld.MapIterator
func (MapRepresentation_Map) Prototype ¶
func (MapRepresentation_Map) Prototype() ipld.NodePrototype
func (MapRepresentation_Map) Representation ¶
func (n MapRepresentation_Map) Representation() ipld.Node
func (MapRepresentation_Map) Type ¶
func (MapRepresentation_Map) Type() schema.Type
type MapRepresentation_Stringpairs ¶
type MapRepresentation_Stringpairs = *_MapRepresentation_Stringpairs
MapRepresentation_Stringpairs matches the IPLD Schema type "MapRepresentation_Stringpairs". It has Struct type-kind, and may be interrogated like map kind.
func (MapRepresentation_Stringpairs) AsBool ¶
func (MapRepresentation_Stringpairs) AsBool() (bool, error)
func (MapRepresentation_Stringpairs) AsBytes ¶
func (MapRepresentation_Stringpairs) AsBytes() ([]byte, error)
func (MapRepresentation_Stringpairs) AsFloat ¶
func (MapRepresentation_Stringpairs) AsFloat() (float64, error)
func (MapRepresentation_Stringpairs) AsInt ¶
func (MapRepresentation_Stringpairs) AsInt() (int64, error)
func (MapRepresentation_Stringpairs) AsLink ¶
func (MapRepresentation_Stringpairs) AsLink() (ipld.Link, error)
func (MapRepresentation_Stringpairs) AsString ¶
func (MapRepresentation_Stringpairs) AsString() (string, error)
func (MapRepresentation_Stringpairs) IsAbsent ¶
func (MapRepresentation_Stringpairs) IsAbsent() bool
func (MapRepresentation_Stringpairs) IsNull ¶
func (MapRepresentation_Stringpairs) IsNull() bool
func (MapRepresentation_Stringpairs) Kind ¶
func (MapRepresentation_Stringpairs) Kind() ipld.Kind
func (MapRepresentation_Stringpairs) Length ¶
func (MapRepresentation_Stringpairs) Length() int64
func (MapRepresentation_Stringpairs) ListIterator ¶
func (MapRepresentation_Stringpairs) ListIterator() ipld.ListIterator
func (MapRepresentation_Stringpairs) LookupByIndex ¶
func (MapRepresentation_Stringpairs) LookupByIndex(idx int64) (ipld.Node, error)
func (MapRepresentation_Stringpairs) LookupByNode ¶
func (MapRepresentation_Stringpairs) LookupBySegment ¶
func (n MapRepresentation_Stringpairs) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (MapRepresentation_Stringpairs) LookupByString ¶
func (n MapRepresentation_Stringpairs) LookupByString(key string) (ipld.Node, error)
func (MapRepresentation_Stringpairs) MapIterator ¶
func (n MapRepresentation_Stringpairs) MapIterator() ipld.MapIterator
func (MapRepresentation_Stringpairs) Prototype ¶
func (MapRepresentation_Stringpairs) Prototype() ipld.NodePrototype
func (MapRepresentation_Stringpairs) Representation ¶
func (n MapRepresentation_Stringpairs) Representation() ipld.Node
func (MapRepresentation_Stringpairs) Type ¶
func (MapRepresentation_Stringpairs) Type() schema.Type
type Map__EnumValue__Unit ¶
type Map__EnumValue__Unit = *_Map__EnumValue__Unit
Map__EnumValue__Unit matches the IPLD Schema type "Map__EnumValue__Unit". It has map kind.
func (Map__EnumValue__Unit) AsBool ¶
func (Map__EnumValue__Unit) AsBool() (bool, error)
func (Map__EnumValue__Unit) AsBytes ¶
func (Map__EnumValue__Unit) AsBytes() ([]byte, error)
func (Map__EnumValue__Unit) AsFloat ¶
func (Map__EnumValue__Unit) AsFloat() (float64, error)
func (Map__EnumValue__Unit) AsInt ¶
func (Map__EnumValue__Unit) AsInt() (int64, error)
func (Map__EnumValue__Unit) AsString ¶
func (Map__EnumValue__Unit) AsString() (string, error)
func (Map__EnumValue__Unit) IsAbsent ¶
func (Map__EnumValue__Unit) IsAbsent() bool
func (Map__EnumValue__Unit) IsNull ¶
func (Map__EnumValue__Unit) IsNull() bool
func (Map__EnumValue__Unit) Iterator ¶
func (n Map__EnumValue__Unit) Iterator() *Map__EnumValue__Unit__Itr
func (Map__EnumValue__Unit) Kind ¶
func (Map__EnumValue__Unit) Kind() ipld.Kind
func (Map__EnumValue__Unit) Length ¶
func (n Map__EnumValue__Unit) Length() int64
func (Map__EnumValue__Unit) ListIterator ¶
func (Map__EnumValue__Unit) ListIterator() ipld.ListIterator
func (Map__EnumValue__Unit) LookupByIndex ¶
func (Map__EnumValue__Unit) LookupByIndex(idx int64) (ipld.Node, error)
func (Map__EnumValue__Unit) LookupByNode ¶
func (Map__EnumValue__Unit) LookupBySegment ¶
func (n Map__EnumValue__Unit) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (Map__EnumValue__Unit) LookupByString ¶
func (n Map__EnumValue__Unit) LookupByString(k string) (ipld.Node, error)
func (Map__EnumValue__Unit) MapIterator ¶
func (n Map__EnumValue__Unit) MapIterator() ipld.MapIterator
func (Map__EnumValue__Unit) Prototype ¶
func (Map__EnumValue__Unit) Prototype() ipld.NodePrototype
func (Map__EnumValue__Unit) Representation ¶
func (n Map__EnumValue__Unit) Representation() ipld.Node
func (Map__EnumValue__Unit) Type ¶
func (Map__EnumValue__Unit) Type() schema.Type
type Map__EnumValue__Unit__Itr ¶
type Map__EnumValue__Unit__Itr struct {
// contains filtered or unexported fields
}
func (*Map__EnumValue__Unit__Itr) Done ¶
func (itr *Map__EnumValue__Unit__Itr) Done() bool
func (*Map__EnumValue__Unit__Itr) Next ¶
func (itr *Map__EnumValue__Unit__Itr) Next() (k EnumValue, v Unit)
type Map__FieldName__StructField ¶
type Map__FieldName__StructField = *_Map__FieldName__StructField
Map__FieldName__StructField matches the IPLD Schema type "Map__FieldName__StructField". It has map kind.
func (Map__FieldName__StructField) AsBool ¶
func (Map__FieldName__StructField) AsBool() (bool, error)
func (Map__FieldName__StructField) AsBytes ¶
func (Map__FieldName__StructField) AsBytes() ([]byte, error)
func (Map__FieldName__StructField) AsFloat ¶
func (Map__FieldName__StructField) AsFloat() (float64, error)
func (Map__FieldName__StructField) AsInt ¶
func (Map__FieldName__StructField) AsInt() (int64, error)
func (Map__FieldName__StructField) AsLink ¶
func (Map__FieldName__StructField) AsLink() (ipld.Link, error)
func (Map__FieldName__StructField) AsString ¶
func (Map__FieldName__StructField) AsString() (string, error)
func (Map__FieldName__StructField) IsAbsent ¶
func (Map__FieldName__StructField) IsAbsent() bool
func (Map__FieldName__StructField) IsNull ¶
func (Map__FieldName__StructField) IsNull() bool
func (Map__FieldName__StructField) Iterator ¶
func (n Map__FieldName__StructField) Iterator() *Map__FieldName__StructField__Itr
func (Map__FieldName__StructField) Kind ¶
func (Map__FieldName__StructField) Kind() ipld.Kind
func (Map__FieldName__StructField) Length ¶
func (n Map__FieldName__StructField) Length() int64
func (Map__FieldName__StructField) ListIterator ¶
func (Map__FieldName__StructField) ListIterator() ipld.ListIterator
func (Map__FieldName__StructField) LookupByIndex ¶
func (Map__FieldName__StructField) LookupByIndex(idx int64) (ipld.Node, error)
func (Map__FieldName__StructField) LookupByNode ¶
func (Map__FieldName__StructField) LookupBySegment ¶
func (n Map__FieldName__StructField) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (Map__FieldName__StructField) LookupByString ¶
func (n Map__FieldName__StructField) LookupByString(k string) (ipld.Node, error)
func (Map__FieldName__StructField) MapIterator ¶
func (n Map__FieldName__StructField) MapIterator() ipld.MapIterator
func (Map__FieldName__StructField) Prototype ¶
func (Map__FieldName__StructField) Prototype() ipld.NodePrototype
func (Map__FieldName__StructField) Representation ¶
func (n Map__FieldName__StructField) Representation() ipld.Node
func (Map__FieldName__StructField) Type ¶
func (Map__FieldName__StructField) Type() schema.Type
type Map__FieldName__StructField__Itr ¶
type Map__FieldName__StructField__Itr struct {
// contains filtered or unexported fields
}
func (*Map__FieldName__StructField__Itr) Done ¶
func (itr *Map__FieldName__StructField__Itr) Done() bool
func (*Map__FieldName__StructField__Itr) Next ¶
func (itr *Map__FieldName__StructField__Itr) Next() (k FieldName, v StructField)
type Map__FieldName__StructRepresentation_Map_FieldDetails ¶
type Map__FieldName__StructRepresentation_Map_FieldDetails = *_Map__FieldName__StructRepresentation_Map_FieldDetails
Map__FieldName__StructRepresentation_Map_FieldDetails matches the IPLD Schema type "Map__FieldName__StructRepresentation_Map_FieldDetails". It has map kind.
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsBool ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsBool() (bool, error)
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsBytes ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsBytes() ([]byte, error)
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsFloat ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsFloat() (float64, error)
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsInt ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsInt() (int64, error)
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsLink ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsLink() (ipld.Link, error)
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsString ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) AsString() (string, error)
func (Map__FieldName__StructRepresentation_Map_FieldDetails) IsAbsent ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) IsAbsent() bool
func (Map__FieldName__StructRepresentation_Map_FieldDetails) IsNull ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) IsNull() bool
func (Map__FieldName__StructRepresentation_Map_FieldDetails) Kind ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) Kind() ipld.Kind
func (Map__FieldName__StructRepresentation_Map_FieldDetails) Length ¶
func (n Map__FieldName__StructRepresentation_Map_FieldDetails) Length() int64
func (Map__FieldName__StructRepresentation_Map_FieldDetails) ListIterator ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) ListIterator() ipld.ListIterator
func (Map__FieldName__StructRepresentation_Map_FieldDetails) LookupByIndex ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) LookupByIndex(idx int64) (ipld.Node, error)
func (Map__FieldName__StructRepresentation_Map_FieldDetails) LookupByNode ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) LookupBySegment ¶
func (n Map__FieldName__StructRepresentation_Map_FieldDetails) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (Map__FieldName__StructRepresentation_Map_FieldDetails) LookupByString ¶
func (n Map__FieldName__StructRepresentation_Map_FieldDetails) LookupByString(k string) (ipld.Node, error)
func (Map__FieldName__StructRepresentation_Map_FieldDetails) MapIterator ¶
func (n Map__FieldName__StructRepresentation_Map_FieldDetails) MapIterator() ipld.MapIterator
func (Map__FieldName__StructRepresentation_Map_FieldDetails) Prototype ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) Prototype() ipld.NodePrototype
func (Map__FieldName__StructRepresentation_Map_FieldDetails) Representation ¶
func (n Map__FieldName__StructRepresentation_Map_FieldDetails) Representation() ipld.Node
func (Map__FieldName__StructRepresentation_Map_FieldDetails) Type ¶
func (Map__FieldName__StructRepresentation_Map_FieldDetails) Type() schema.Type
type Map__FieldName__StructRepresentation_Map_FieldDetails__Itr ¶
type Map__FieldName__StructRepresentation_Map_FieldDetails__Itr struct {
// contains filtered or unexported fields
}
func (*Map__FieldName__StructRepresentation_Map_FieldDetails__Itr) Done ¶
func (itr *Map__FieldName__StructRepresentation_Map_FieldDetails__Itr) Done() bool
func (*Map__FieldName__StructRepresentation_Map_FieldDetails__Itr) Next ¶
func (itr *Map__FieldName__StructRepresentation_Map_FieldDetails__Itr) Next() (k FieldName, v StructRepresentation_Map_FieldDetails)
type Map__String__TypeName ¶
type Map__String__TypeName = *_Map__String__TypeName
Map__String__TypeName matches the IPLD Schema type "Map__String__TypeName". It has map kind.
func (Map__String__TypeName) AsBool ¶
func (Map__String__TypeName) AsBool() (bool, error)
func (Map__String__TypeName) AsBytes ¶
func (Map__String__TypeName) AsBytes() ([]byte, error)
func (Map__String__TypeName) AsFloat ¶
func (Map__String__TypeName) AsFloat() (float64, error)
func (Map__String__TypeName) AsInt ¶
func (Map__String__TypeName) AsInt() (int64, error)
func (Map__String__TypeName) AsString ¶
func (Map__String__TypeName) AsString() (string, error)
func (Map__String__TypeName) IsAbsent ¶
func (Map__String__TypeName) IsAbsent() bool
func (Map__String__TypeName) IsNull ¶
func (Map__String__TypeName) IsNull() bool
func (Map__String__TypeName) Iterator ¶
func (n Map__String__TypeName) Iterator() *Map__String__TypeName__Itr
func (Map__String__TypeName) Kind ¶
func (Map__String__TypeName) Kind() ipld.Kind
func (Map__String__TypeName) Length ¶
func (n Map__String__TypeName) Length() int64
func (Map__String__TypeName) ListIterator ¶
func (Map__String__TypeName) ListIterator() ipld.ListIterator
func (Map__String__TypeName) LookupByIndex ¶
func (Map__String__TypeName) LookupByIndex(idx int64) (ipld.Node, error)
func (Map__String__TypeName) LookupByNode ¶
func (Map__String__TypeName) LookupBySegment ¶
func (n Map__String__TypeName) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (Map__String__TypeName) LookupByString ¶
func (n Map__String__TypeName) LookupByString(k string) (ipld.Node, error)
func (Map__String__TypeName) MapIterator ¶
func (n Map__String__TypeName) MapIterator() ipld.MapIterator
func (Map__String__TypeName) Prototype ¶
func (Map__String__TypeName) Prototype() ipld.NodePrototype
func (Map__String__TypeName) Representation ¶
func (n Map__String__TypeName) Representation() ipld.Node
func (Map__String__TypeName) Type ¶
func (Map__String__TypeName) Type() schema.Type
type Map__String__TypeName__Itr ¶
type Map__String__TypeName__Itr struct {
// contains filtered or unexported fields
}
func (*Map__String__TypeName__Itr) Done ¶
func (itr *Map__String__TypeName__Itr) Done() bool
func (*Map__String__TypeName__Itr) Next ¶
func (itr *Map__String__TypeName__Itr) Next() (k String, v TypeName)
type Map__TypeName__Int ¶
type Map__TypeName__Int = *_Map__TypeName__Int
Map__TypeName__Int matches the IPLD Schema type "Map__TypeName__Int". It has map kind.
func (Map__TypeName__Int) AsBool ¶
func (Map__TypeName__Int) AsBool() (bool, error)
func (Map__TypeName__Int) AsBytes ¶
func (Map__TypeName__Int) AsBytes() ([]byte, error)
func (Map__TypeName__Int) AsFloat ¶
func (Map__TypeName__Int) AsFloat() (float64, error)
func (Map__TypeName__Int) AsInt ¶
func (Map__TypeName__Int) AsInt() (int64, error)
func (Map__TypeName__Int) AsString ¶
func (Map__TypeName__Int) AsString() (string, error)
func (Map__TypeName__Int) IsAbsent ¶
func (Map__TypeName__Int) IsAbsent() bool
func (Map__TypeName__Int) IsNull ¶
func (Map__TypeName__Int) IsNull() bool
func (Map__TypeName__Int) Iterator ¶
func (n Map__TypeName__Int) Iterator() *Map__TypeName__Int__Itr
func (Map__TypeName__Int) Kind ¶
func (Map__TypeName__Int) Kind() ipld.Kind
func (Map__TypeName__Int) Length ¶
func (n Map__TypeName__Int) Length() int64
func (Map__TypeName__Int) ListIterator ¶
func (Map__TypeName__Int) ListIterator() ipld.ListIterator
func (Map__TypeName__Int) LookupByIndex ¶
func (Map__TypeName__Int) LookupByIndex(idx int64) (ipld.Node, error)
func (Map__TypeName__Int) LookupByNode ¶
func (Map__TypeName__Int) LookupBySegment ¶
func (n Map__TypeName__Int) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (Map__TypeName__Int) LookupByString ¶
func (n Map__TypeName__Int) LookupByString(k string) (ipld.Node, error)
func (Map__TypeName__Int) MapIterator ¶
func (n Map__TypeName__Int) MapIterator() ipld.MapIterator
func (Map__TypeName__Int) Prototype ¶
func (Map__TypeName__Int) Prototype() ipld.NodePrototype
func (Map__TypeName__Int) Representation ¶
func (n Map__TypeName__Int) Representation() ipld.Node
func (Map__TypeName__Int) Type ¶
func (Map__TypeName__Int) Type() schema.Type
type Map__TypeName__Int__Itr ¶
type Map__TypeName__Int__Itr struct {
// contains filtered or unexported fields
}
func (*Map__TypeName__Int__Itr) Done ¶
func (itr *Map__TypeName__Int__Itr) Done() bool
func (*Map__TypeName__Int__Itr) Next ¶
func (itr *Map__TypeName__Int__Itr) Next() (k String, v Int)
type MaybeAnyScalar ¶
type MaybeAnyScalar = *_AnyScalar__Maybe
func (MaybeAnyScalar) AsNode ¶
func (m MaybeAnyScalar) AsNode() ipld.Node
func (MaybeAnyScalar) Exists ¶
func (m MaybeAnyScalar) Exists() bool
func (MaybeAnyScalar) IsAbsent ¶
func (m MaybeAnyScalar) IsAbsent() bool
func (MaybeAnyScalar) IsNull ¶
func (m MaybeAnyScalar) IsNull() bool
func (MaybeAnyScalar) Must ¶
func (m MaybeAnyScalar) Must() AnyScalar
type MaybeBytes ¶
type MaybeBytes = *_Bytes__Maybe
func (MaybeBytes) AsNode ¶
func (m MaybeBytes) AsNode() ipld.Node
func (MaybeBytes) Exists ¶
func (m MaybeBytes) Exists() bool
func (MaybeBytes) IsAbsent ¶
func (m MaybeBytes) IsAbsent() bool
func (MaybeBytes) IsNull ¶
func (m MaybeBytes) IsNull() bool
func (MaybeBytes) Must ¶
func (m MaybeBytes) Must() Bytes
type MaybeEnumRepresentation ¶
type MaybeEnumRepresentation = *_EnumRepresentation__Maybe
func (MaybeEnumRepresentation) AsNode ¶
func (m MaybeEnumRepresentation) AsNode() ipld.Node
func (MaybeEnumRepresentation) Exists ¶
func (m MaybeEnumRepresentation) Exists() bool
func (MaybeEnumRepresentation) IsAbsent ¶
func (m MaybeEnumRepresentation) IsAbsent() bool
func (MaybeEnumRepresentation) IsNull ¶
func (m MaybeEnumRepresentation) IsNull() bool
func (MaybeEnumRepresentation) Must ¶
func (m MaybeEnumRepresentation) Must() EnumRepresentation
type MaybeEnumRepresentation_Int ¶
type MaybeEnumRepresentation_Int = *_EnumRepresentation_Int__Maybe
func (MaybeEnumRepresentation_Int) AsNode ¶
func (m MaybeEnumRepresentation_Int) AsNode() ipld.Node
func (MaybeEnumRepresentation_Int) Exists ¶
func (m MaybeEnumRepresentation_Int) Exists() bool
func (MaybeEnumRepresentation_Int) IsAbsent ¶
func (m MaybeEnumRepresentation_Int) IsAbsent() bool
func (MaybeEnumRepresentation_Int) IsNull ¶
func (m MaybeEnumRepresentation_Int) IsNull() bool
func (MaybeEnumRepresentation_Int) Must ¶
func (m MaybeEnumRepresentation_Int) Must() EnumRepresentation_Int
type MaybeEnumRepresentation_String ¶
type MaybeEnumRepresentation_String = *_EnumRepresentation_String__Maybe
func (MaybeEnumRepresentation_String) AsNode ¶
func (m MaybeEnumRepresentation_String) AsNode() ipld.Node
func (MaybeEnumRepresentation_String) Exists ¶
func (m MaybeEnumRepresentation_String) Exists() bool
func (MaybeEnumRepresentation_String) IsAbsent ¶
func (m MaybeEnumRepresentation_String) IsAbsent() bool
func (MaybeEnumRepresentation_String) IsNull ¶
func (m MaybeEnumRepresentation_String) IsNull() bool
func (MaybeEnumRepresentation_String) Must ¶
func (m MaybeEnumRepresentation_String) Must() EnumRepresentation_String
type MaybeEnumValue ¶
type MaybeEnumValue = *_EnumValue__Maybe
func (MaybeEnumValue) AsNode ¶
func (m MaybeEnumValue) AsNode() ipld.Node
func (MaybeEnumValue) Exists ¶
func (m MaybeEnumValue) Exists() bool
func (MaybeEnumValue) IsAbsent ¶
func (m MaybeEnumValue) IsAbsent() bool
func (MaybeEnumValue) IsNull ¶
func (m MaybeEnumValue) IsNull() bool
func (MaybeEnumValue) Must ¶
func (m MaybeEnumValue) Must() EnumValue
type MaybeFieldName ¶
type MaybeFieldName = *_FieldName__Maybe
func (MaybeFieldName) AsNode ¶
func (m MaybeFieldName) AsNode() ipld.Node
func (MaybeFieldName) Exists ¶
func (m MaybeFieldName) Exists() bool
func (MaybeFieldName) IsAbsent ¶
func (m MaybeFieldName) IsAbsent() bool
func (MaybeFieldName) IsNull ¶
func (m MaybeFieldName) IsNull() bool
func (MaybeFieldName) Must ¶
func (m MaybeFieldName) Must() FieldName
type MaybeFloat ¶
type MaybeFloat = *_Float__Maybe
func (MaybeFloat) AsNode ¶
func (m MaybeFloat) AsNode() ipld.Node
func (MaybeFloat) Exists ¶
func (m MaybeFloat) Exists() bool
func (MaybeFloat) IsAbsent ¶
func (m MaybeFloat) IsAbsent() bool
func (MaybeFloat) IsNull ¶
func (m MaybeFloat) IsNull() bool
func (MaybeFloat) Must ¶
func (m MaybeFloat) Must() Float
type MaybeListRepresentation ¶
type MaybeListRepresentation = *_ListRepresentation__Maybe
func (MaybeListRepresentation) AsNode ¶
func (m MaybeListRepresentation) AsNode() ipld.Node
func (MaybeListRepresentation) Exists ¶
func (m MaybeListRepresentation) Exists() bool
func (MaybeListRepresentation) IsAbsent ¶
func (m MaybeListRepresentation) IsAbsent() bool
func (MaybeListRepresentation) IsNull ¶
func (m MaybeListRepresentation) IsNull() bool
func (MaybeListRepresentation) Must ¶
func (m MaybeListRepresentation) Must() ListRepresentation
type MaybeListRepresentation_List ¶
type MaybeListRepresentation_List = *_ListRepresentation_List__Maybe
func (MaybeListRepresentation_List) AsNode ¶
func (m MaybeListRepresentation_List) AsNode() ipld.Node
func (MaybeListRepresentation_List) Exists ¶
func (m MaybeListRepresentation_List) Exists() bool
func (MaybeListRepresentation_List) IsAbsent ¶
func (m MaybeListRepresentation_List) IsAbsent() bool
func (MaybeListRepresentation_List) IsNull ¶
func (m MaybeListRepresentation_List) IsNull() bool
func (MaybeListRepresentation_List) Must ¶
func (m MaybeListRepresentation_List) Must() ListRepresentation_List
type MaybeList__FieldName ¶
type MaybeList__FieldName = *_List__FieldName__Maybe
func (MaybeList__FieldName) AsNode ¶
func (m MaybeList__FieldName) AsNode() ipld.Node
func (MaybeList__FieldName) Exists ¶
func (m MaybeList__FieldName) Exists() bool
func (MaybeList__FieldName) IsAbsent ¶
func (m MaybeList__FieldName) IsAbsent() bool
func (MaybeList__FieldName) IsNull ¶
func (m MaybeList__FieldName) IsNull() bool
func (MaybeList__FieldName) Must ¶
func (m MaybeList__FieldName) Must() List__FieldName
type MaybeList__TypeName ¶
type MaybeList__TypeName = *_List__TypeName__Maybe
func (MaybeList__TypeName) AsNode ¶
func (m MaybeList__TypeName) AsNode() ipld.Node
func (MaybeList__TypeName) Exists ¶
func (m MaybeList__TypeName) Exists() bool
func (MaybeList__TypeName) IsAbsent ¶
func (m MaybeList__TypeName) IsAbsent() bool
func (MaybeList__TypeName) IsNull ¶
func (m MaybeList__TypeName) IsNull() bool
func (MaybeList__TypeName) Must ¶
func (m MaybeList__TypeName) Must() List__TypeName
type MaybeMapRepresentation ¶
type MaybeMapRepresentation = *_MapRepresentation__Maybe
func (MaybeMapRepresentation) AsNode ¶
func (m MaybeMapRepresentation) AsNode() ipld.Node
func (MaybeMapRepresentation) Exists ¶
func (m MaybeMapRepresentation) Exists() bool
func (MaybeMapRepresentation) IsAbsent ¶
func (m MaybeMapRepresentation) IsAbsent() bool
func (MaybeMapRepresentation) IsNull ¶
func (m MaybeMapRepresentation) IsNull() bool
func (MaybeMapRepresentation) Must ¶
func (m MaybeMapRepresentation) Must() MapRepresentation
type MaybeMapRepresentation_Listpairs ¶
type MaybeMapRepresentation_Listpairs = *_MapRepresentation_Listpairs__Maybe
func (MaybeMapRepresentation_Listpairs) AsNode ¶
func (m MaybeMapRepresentation_Listpairs) AsNode() ipld.Node
func (MaybeMapRepresentation_Listpairs) Exists ¶
func (m MaybeMapRepresentation_Listpairs) Exists() bool
func (MaybeMapRepresentation_Listpairs) IsAbsent ¶
func (m MaybeMapRepresentation_Listpairs) IsAbsent() bool
func (MaybeMapRepresentation_Listpairs) IsNull ¶
func (m MaybeMapRepresentation_Listpairs) IsNull() bool
func (MaybeMapRepresentation_Listpairs) Must ¶
func (m MaybeMapRepresentation_Listpairs) Must() MapRepresentation_Listpairs
type MaybeMapRepresentation_Map ¶
type MaybeMapRepresentation_Map = *_MapRepresentation_Map__Maybe
func (MaybeMapRepresentation_Map) AsNode ¶
func (m MaybeMapRepresentation_Map) AsNode() ipld.Node
func (MaybeMapRepresentation_Map) Exists ¶
func (m MaybeMapRepresentation_Map) Exists() bool
func (MaybeMapRepresentation_Map) IsAbsent ¶
func (m MaybeMapRepresentation_Map) IsAbsent() bool
func (MaybeMapRepresentation_Map) IsNull ¶
func (m MaybeMapRepresentation_Map) IsNull() bool
func (MaybeMapRepresentation_Map) Must ¶
func (m MaybeMapRepresentation_Map) Must() MapRepresentation_Map
type MaybeMapRepresentation_Stringpairs ¶
type MaybeMapRepresentation_Stringpairs = *_MapRepresentation_Stringpairs__Maybe
func (MaybeMapRepresentation_Stringpairs) AsNode ¶
func (m MaybeMapRepresentation_Stringpairs) AsNode() ipld.Node
func (MaybeMapRepresentation_Stringpairs) Exists ¶
func (m MaybeMapRepresentation_Stringpairs) Exists() bool
func (MaybeMapRepresentation_Stringpairs) IsAbsent ¶
func (m MaybeMapRepresentation_Stringpairs) IsAbsent() bool
func (MaybeMapRepresentation_Stringpairs) IsNull ¶
func (m MaybeMapRepresentation_Stringpairs) IsNull() bool
func (MaybeMapRepresentation_Stringpairs) Must ¶
func (m MaybeMapRepresentation_Stringpairs) Must() MapRepresentation_Stringpairs
type MaybeMap__EnumValue__Unit ¶
type MaybeMap__EnumValue__Unit = *_Map__EnumValue__Unit__Maybe
func (MaybeMap__EnumValue__Unit) AsNode ¶
func (m MaybeMap__EnumValue__Unit) AsNode() ipld.Node
func (MaybeMap__EnumValue__Unit) Exists ¶
func (m MaybeMap__EnumValue__Unit) Exists() bool
func (MaybeMap__EnumValue__Unit) IsAbsent ¶
func (m MaybeMap__EnumValue__Unit) IsAbsent() bool
func (MaybeMap__EnumValue__Unit) IsNull ¶
func (m MaybeMap__EnumValue__Unit) IsNull() bool
func (MaybeMap__EnumValue__Unit) Must ¶
func (m MaybeMap__EnumValue__Unit) Must() Map__EnumValue__Unit
type MaybeMap__FieldName__StructField ¶
type MaybeMap__FieldName__StructField = *_Map__FieldName__StructField__Maybe
func (MaybeMap__FieldName__StructField) AsNode ¶
func (m MaybeMap__FieldName__StructField) AsNode() ipld.Node
func (MaybeMap__FieldName__StructField) Exists ¶
func (m MaybeMap__FieldName__StructField) Exists() bool
func (MaybeMap__FieldName__StructField) IsAbsent ¶
func (m MaybeMap__FieldName__StructField) IsAbsent() bool
func (MaybeMap__FieldName__StructField) IsNull ¶
func (m MaybeMap__FieldName__StructField) IsNull() bool
func (MaybeMap__FieldName__StructField) Must ¶
func (m MaybeMap__FieldName__StructField) Must() Map__FieldName__StructField
type MaybeMap__FieldName__StructRepresentation_Map_FieldDetails ¶
type MaybeMap__FieldName__StructRepresentation_Map_FieldDetails = *_Map__FieldName__StructRepresentation_Map_FieldDetails__Maybe
func (MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) AsNode ¶
func (m MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) AsNode() ipld.Node
func (MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) Exists ¶
func (m MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) Exists() bool
func (MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) IsAbsent ¶
func (m MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) IsAbsent() bool
func (MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) IsNull ¶
func (m MaybeMap__FieldName__StructRepresentation_Map_FieldDetails) IsNull() bool
type MaybeMap__String__TypeName ¶
type MaybeMap__String__TypeName = *_Map__String__TypeName__Maybe
func (MaybeMap__String__TypeName) AsNode ¶
func (m MaybeMap__String__TypeName) AsNode() ipld.Node
func (MaybeMap__String__TypeName) Exists ¶
func (m MaybeMap__String__TypeName) Exists() bool
func (MaybeMap__String__TypeName) IsAbsent ¶
func (m MaybeMap__String__TypeName) IsAbsent() bool
func (MaybeMap__String__TypeName) IsNull ¶
func (m MaybeMap__String__TypeName) IsNull() bool
func (MaybeMap__String__TypeName) Must ¶
func (m MaybeMap__String__TypeName) Must() Map__String__TypeName
type MaybeMap__TypeName__Int ¶
type MaybeMap__TypeName__Int = *_Map__TypeName__Int__Maybe
func (MaybeMap__TypeName__Int) AsNode ¶
func (m MaybeMap__TypeName__Int) AsNode() ipld.Node
func (MaybeMap__TypeName__Int) Exists ¶
func (m MaybeMap__TypeName__Int) Exists() bool
func (MaybeMap__TypeName__Int) IsAbsent ¶
func (m MaybeMap__TypeName__Int) IsAbsent() bool
func (MaybeMap__TypeName__Int) IsNull ¶
func (m MaybeMap__TypeName__Int) IsNull() bool
func (MaybeMap__TypeName__Int) Must ¶
func (m MaybeMap__TypeName__Int) Must() Map__TypeName__Int
type MaybeRepresentationKind ¶
type MaybeRepresentationKind = *_RepresentationKind__Maybe
func (MaybeRepresentationKind) AsNode ¶
func (m MaybeRepresentationKind) AsNode() ipld.Node
func (MaybeRepresentationKind) Exists ¶
func (m MaybeRepresentationKind) Exists() bool
func (MaybeRepresentationKind) IsAbsent ¶
func (m MaybeRepresentationKind) IsAbsent() bool
func (MaybeRepresentationKind) IsNull ¶
func (m MaybeRepresentationKind) IsNull() bool
func (MaybeRepresentationKind) Must ¶
func (m MaybeRepresentationKind) Must() RepresentationKind
type MaybeSchema ¶
type MaybeSchema = *_Schema__Maybe
func (MaybeSchema) AsNode ¶
func (m MaybeSchema) AsNode() ipld.Node
func (MaybeSchema) Exists ¶
func (m MaybeSchema) Exists() bool
func (MaybeSchema) IsAbsent ¶
func (m MaybeSchema) IsAbsent() bool
func (MaybeSchema) IsNull ¶
func (m MaybeSchema) IsNull() bool
func (MaybeSchema) Must ¶
func (m MaybeSchema) Must() Schema
type MaybeSchemaMap ¶
type MaybeSchemaMap = *_SchemaMap__Maybe
func (MaybeSchemaMap) AsNode ¶
func (m MaybeSchemaMap) AsNode() ipld.Node
func (MaybeSchemaMap) Exists ¶
func (m MaybeSchemaMap) Exists() bool
func (MaybeSchemaMap) IsAbsent ¶
func (m MaybeSchemaMap) IsAbsent() bool
func (MaybeSchemaMap) IsNull ¶
func (m MaybeSchemaMap) IsNull() bool
func (MaybeSchemaMap) Must ¶
func (m MaybeSchemaMap) Must() SchemaMap
type MaybeString ¶
type MaybeString = *_String__Maybe
func (MaybeString) AsNode ¶
func (m MaybeString) AsNode() ipld.Node
func (MaybeString) Exists ¶
func (m MaybeString) Exists() bool
func (MaybeString) IsAbsent ¶
func (m MaybeString) IsAbsent() bool
func (MaybeString) IsNull ¶
func (m MaybeString) IsNull() bool
func (MaybeString) Must ¶
func (m MaybeString) Must() String
type MaybeStructField ¶
type MaybeStructField = *_StructField__Maybe
func (MaybeStructField) AsNode ¶
func (m MaybeStructField) AsNode() ipld.Node
func (MaybeStructField) Exists ¶
func (m MaybeStructField) Exists() bool
func (MaybeStructField) IsAbsent ¶
func (m MaybeStructField) IsAbsent() bool
func (MaybeStructField) IsNull ¶
func (m MaybeStructField) IsNull() bool
func (MaybeStructField) Must ¶
func (m MaybeStructField) Must() StructField
type MaybeStructRepresentation ¶
type MaybeStructRepresentation = *_StructRepresentation__Maybe
func (MaybeStructRepresentation) AsNode ¶
func (m MaybeStructRepresentation) AsNode() ipld.Node
func (MaybeStructRepresentation) Exists ¶
func (m MaybeStructRepresentation) Exists() bool
func (MaybeStructRepresentation) IsAbsent ¶
func (m MaybeStructRepresentation) IsAbsent() bool
func (MaybeStructRepresentation) IsNull ¶
func (m MaybeStructRepresentation) IsNull() bool
func (MaybeStructRepresentation) Must ¶
func (m MaybeStructRepresentation) Must() StructRepresentation
type MaybeStructRepresentation_Listpairs ¶
type MaybeStructRepresentation_Listpairs = *_StructRepresentation_Listpairs__Maybe
func (MaybeStructRepresentation_Listpairs) AsNode ¶
func (m MaybeStructRepresentation_Listpairs) AsNode() ipld.Node
func (MaybeStructRepresentation_Listpairs) Exists ¶
func (m MaybeStructRepresentation_Listpairs) Exists() bool
func (MaybeStructRepresentation_Listpairs) IsAbsent ¶
func (m MaybeStructRepresentation_Listpairs) IsAbsent() bool
func (MaybeStructRepresentation_Listpairs) IsNull ¶
func (m MaybeStructRepresentation_Listpairs) IsNull() bool
func (MaybeStructRepresentation_Listpairs) Must ¶
func (m MaybeStructRepresentation_Listpairs) Must() StructRepresentation_Listpairs
type MaybeStructRepresentation_Map ¶
type MaybeStructRepresentation_Map = *_StructRepresentation_Map__Maybe
func (MaybeStructRepresentation_Map) AsNode ¶
func (m MaybeStructRepresentation_Map) AsNode() ipld.Node
func (MaybeStructRepresentation_Map) Exists ¶
func (m MaybeStructRepresentation_Map) Exists() bool
func (MaybeStructRepresentation_Map) IsAbsent ¶
func (m MaybeStructRepresentation_Map) IsAbsent() bool
func (MaybeStructRepresentation_Map) IsNull ¶
func (m MaybeStructRepresentation_Map) IsNull() bool
func (MaybeStructRepresentation_Map) Must ¶
func (m MaybeStructRepresentation_Map) Must() StructRepresentation_Map
type MaybeStructRepresentation_Map_FieldDetails ¶
type MaybeStructRepresentation_Map_FieldDetails = *_StructRepresentation_Map_FieldDetails__Maybe
func (MaybeStructRepresentation_Map_FieldDetails) AsNode ¶
func (m MaybeStructRepresentation_Map_FieldDetails) AsNode() ipld.Node
func (MaybeStructRepresentation_Map_FieldDetails) Exists ¶
func (m MaybeStructRepresentation_Map_FieldDetails) Exists() bool
func (MaybeStructRepresentation_Map_FieldDetails) IsAbsent ¶
func (m MaybeStructRepresentation_Map_FieldDetails) IsAbsent() bool
func (MaybeStructRepresentation_Map_FieldDetails) IsNull ¶
func (m MaybeStructRepresentation_Map_FieldDetails) IsNull() bool
type MaybeStructRepresentation_Stringjoin ¶
type MaybeStructRepresentation_Stringjoin = *_StructRepresentation_Stringjoin__Maybe
func (MaybeStructRepresentation_Stringjoin) AsNode ¶
func (m MaybeStructRepresentation_Stringjoin) AsNode() ipld.Node
func (MaybeStructRepresentation_Stringjoin) Exists ¶
func (m MaybeStructRepresentation_Stringjoin) Exists() bool
func (MaybeStructRepresentation_Stringjoin) IsAbsent ¶
func (m MaybeStructRepresentation_Stringjoin) IsAbsent() bool
func (MaybeStructRepresentation_Stringjoin) IsNull ¶
func (m MaybeStructRepresentation_Stringjoin) IsNull() bool
func (MaybeStructRepresentation_Stringjoin) Must ¶
func (m MaybeStructRepresentation_Stringjoin) Must() StructRepresentation_Stringjoin
type MaybeStructRepresentation_Stringpairs ¶
type MaybeStructRepresentation_Stringpairs = *_StructRepresentation_Stringpairs__Maybe
func (MaybeStructRepresentation_Stringpairs) AsNode ¶
func (m MaybeStructRepresentation_Stringpairs) AsNode() ipld.Node
func (MaybeStructRepresentation_Stringpairs) Exists ¶
func (m MaybeStructRepresentation_Stringpairs) Exists() bool
func (MaybeStructRepresentation_Stringpairs) IsAbsent ¶
func (m MaybeStructRepresentation_Stringpairs) IsAbsent() bool
func (MaybeStructRepresentation_Stringpairs) IsNull ¶
func (m MaybeStructRepresentation_Stringpairs) IsNull() bool
type MaybeStructRepresentation_Tuple ¶
type MaybeStructRepresentation_Tuple = *_StructRepresentation_Tuple__Maybe
func (MaybeStructRepresentation_Tuple) AsNode ¶
func (m MaybeStructRepresentation_Tuple) AsNode() ipld.Node
func (MaybeStructRepresentation_Tuple) Exists ¶
func (m MaybeStructRepresentation_Tuple) Exists() bool
func (MaybeStructRepresentation_Tuple) IsAbsent ¶
func (m MaybeStructRepresentation_Tuple) IsAbsent() bool
func (MaybeStructRepresentation_Tuple) IsNull ¶
func (m MaybeStructRepresentation_Tuple) IsNull() bool
func (MaybeStructRepresentation_Tuple) Must ¶
func (m MaybeStructRepresentation_Tuple) Must() StructRepresentation_Tuple
type MaybeTypeBool ¶
type MaybeTypeBool = *_TypeBool__Maybe
func (MaybeTypeBool) AsNode ¶
func (m MaybeTypeBool) AsNode() ipld.Node
func (MaybeTypeBool) Exists ¶
func (m MaybeTypeBool) Exists() bool
func (MaybeTypeBool) IsAbsent ¶
func (m MaybeTypeBool) IsAbsent() bool
func (MaybeTypeBool) IsNull ¶
func (m MaybeTypeBool) IsNull() bool
func (MaybeTypeBool) Must ¶
func (m MaybeTypeBool) Must() TypeBool
type MaybeTypeBytes ¶
type MaybeTypeBytes = *_TypeBytes__Maybe
func (MaybeTypeBytes) AsNode ¶
func (m MaybeTypeBytes) AsNode() ipld.Node
func (MaybeTypeBytes) Exists ¶
func (m MaybeTypeBytes) Exists() bool
func (MaybeTypeBytes) IsAbsent ¶
func (m MaybeTypeBytes) IsAbsent() bool
func (MaybeTypeBytes) IsNull ¶
func (m MaybeTypeBytes) IsNull() bool
func (MaybeTypeBytes) Must ¶
func (m MaybeTypeBytes) Must() TypeBytes
type MaybeTypeCopy ¶
type MaybeTypeCopy = *_TypeCopy__Maybe
func (MaybeTypeCopy) AsNode ¶
func (m MaybeTypeCopy) AsNode() ipld.Node
func (MaybeTypeCopy) Exists ¶
func (m MaybeTypeCopy) Exists() bool
func (MaybeTypeCopy) IsAbsent ¶
func (m MaybeTypeCopy) IsAbsent() bool
func (MaybeTypeCopy) IsNull ¶
func (m MaybeTypeCopy) IsNull() bool
func (MaybeTypeCopy) Must ¶
func (m MaybeTypeCopy) Must() TypeCopy
type MaybeTypeDefn ¶
type MaybeTypeDefn = *_TypeDefn__Maybe
func (MaybeTypeDefn) AsNode ¶
func (m MaybeTypeDefn) AsNode() ipld.Node
func (MaybeTypeDefn) Exists ¶
func (m MaybeTypeDefn) Exists() bool
func (MaybeTypeDefn) IsAbsent ¶
func (m MaybeTypeDefn) IsAbsent() bool
func (MaybeTypeDefn) IsNull ¶
func (m MaybeTypeDefn) IsNull() bool
func (MaybeTypeDefn) Must ¶
func (m MaybeTypeDefn) Must() TypeDefn
type MaybeTypeDefnInline ¶
type MaybeTypeDefnInline = *_TypeDefnInline__Maybe
func (MaybeTypeDefnInline) AsNode ¶
func (m MaybeTypeDefnInline) AsNode() ipld.Node
func (MaybeTypeDefnInline) Exists ¶
func (m MaybeTypeDefnInline) Exists() bool
func (MaybeTypeDefnInline) IsAbsent ¶
func (m MaybeTypeDefnInline) IsAbsent() bool
func (MaybeTypeDefnInline) IsNull ¶
func (m MaybeTypeDefnInline) IsNull() bool
func (MaybeTypeDefnInline) Must ¶
func (m MaybeTypeDefnInline) Must() TypeDefnInline
type MaybeTypeEnum ¶
type MaybeTypeEnum = *_TypeEnum__Maybe
func (MaybeTypeEnum) AsNode ¶
func (m MaybeTypeEnum) AsNode() ipld.Node
func (MaybeTypeEnum) Exists ¶
func (m MaybeTypeEnum) Exists() bool
func (MaybeTypeEnum) IsAbsent ¶
func (m MaybeTypeEnum) IsAbsent() bool
func (MaybeTypeEnum) IsNull ¶
func (m MaybeTypeEnum) IsNull() bool
func (MaybeTypeEnum) Must ¶
func (m MaybeTypeEnum) Must() TypeEnum
type MaybeTypeFloat ¶
type MaybeTypeFloat = *_TypeFloat__Maybe
func (MaybeTypeFloat) AsNode ¶
func (m MaybeTypeFloat) AsNode() ipld.Node
func (MaybeTypeFloat) Exists ¶
func (m MaybeTypeFloat) Exists() bool
func (MaybeTypeFloat) IsAbsent ¶
func (m MaybeTypeFloat) IsAbsent() bool
func (MaybeTypeFloat) IsNull ¶
func (m MaybeTypeFloat) IsNull() bool
func (MaybeTypeFloat) Must ¶
func (m MaybeTypeFloat) Must() TypeFloat
type MaybeTypeInt ¶
type MaybeTypeInt = *_TypeInt__Maybe
func (MaybeTypeInt) AsNode ¶
func (m MaybeTypeInt) AsNode() ipld.Node
func (MaybeTypeInt) Exists ¶
func (m MaybeTypeInt) Exists() bool
func (MaybeTypeInt) IsAbsent ¶
func (m MaybeTypeInt) IsAbsent() bool
func (MaybeTypeInt) IsNull ¶
func (m MaybeTypeInt) IsNull() bool
func (MaybeTypeInt) Must ¶
func (m MaybeTypeInt) Must() TypeInt
type MaybeTypeLink ¶
type MaybeTypeLink = *_TypeLink__Maybe
func (MaybeTypeLink) AsNode ¶
func (m MaybeTypeLink) AsNode() ipld.Node
func (MaybeTypeLink) Exists ¶
func (m MaybeTypeLink) Exists() bool
func (MaybeTypeLink) IsAbsent ¶
func (m MaybeTypeLink) IsAbsent() bool
func (MaybeTypeLink) IsNull ¶
func (m MaybeTypeLink) IsNull() bool
func (MaybeTypeLink) Must ¶
func (m MaybeTypeLink) Must() TypeLink
type MaybeTypeList ¶
type MaybeTypeList = *_TypeList__Maybe
func (MaybeTypeList) AsNode ¶
func (m MaybeTypeList) AsNode() ipld.Node
func (MaybeTypeList) Exists ¶
func (m MaybeTypeList) Exists() bool
func (MaybeTypeList) IsAbsent ¶
func (m MaybeTypeList) IsAbsent() bool
func (MaybeTypeList) IsNull ¶
func (m MaybeTypeList) IsNull() bool
func (MaybeTypeList) Must ¶
func (m MaybeTypeList) Must() TypeList
type MaybeTypeMap ¶
type MaybeTypeMap = *_TypeMap__Maybe
func (MaybeTypeMap) AsNode ¶
func (m MaybeTypeMap) AsNode() ipld.Node
func (MaybeTypeMap) Exists ¶
func (m MaybeTypeMap) Exists() bool
func (MaybeTypeMap) IsAbsent ¶
func (m MaybeTypeMap) IsAbsent() bool
func (MaybeTypeMap) IsNull ¶
func (m MaybeTypeMap) IsNull() bool
func (MaybeTypeMap) Must ¶
func (m MaybeTypeMap) Must() TypeMap
type MaybeTypeName ¶
type MaybeTypeName = *_TypeName__Maybe
func (MaybeTypeName) AsNode ¶
func (m MaybeTypeName) AsNode() ipld.Node
func (MaybeTypeName) Exists ¶
func (m MaybeTypeName) Exists() bool
func (MaybeTypeName) IsAbsent ¶
func (m MaybeTypeName) IsAbsent() bool
func (MaybeTypeName) IsNull ¶
func (m MaybeTypeName) IsNull() bool
func (MaybeTypeName) Must ¶
func (m MaybeTypeName) Must() TypeName
type MaybeTypeNameOrInlineDefn ¶
type MaybeTypeNameOrInlineDefn = *_TypeNameOrInlineDefn__Maybe
func (MaybeTypeNameOrInlineDefn) AsNode ¶
func (m MaybeTypeNameOrInlineDefn) AsNode() ipld.Node
func (MaybeTypeNameOrInlineDefn) Exists ¶
func (m MaybeTypeNameOrInlineDefn) Exists() bool
func (MaybeTypeNameOrInlineDefn) IsAbsent ¶
func (m MaybeTypeNameOrInlineDefn) IsAbsent() bool
func (MaybeTypeNameOrInlineDefn) IsNull ¶
func (m MaybeTypeNameOrInlineDefn) IsNull() bool
func (MaybeTypeNameOrInlineDefn) Must ¶
func (m MaybeTypeNameOrInlineDefn) Must() TypeNameOrInlineDefn
type MaybeTypeString ¶
type MaybeTypeString = *_TypeString__Maybe
func (MaybeTypeString) AsNode ¶
func (m MaybeTypeString) AsNode() ipld.Node
func (MaybeTypeString) Exists ¶
func (m MaybeTypeString) Exists() bool
func (MaybeTypeString) IsAbsent ¶
func (m MaybeTypeString) IsAbsent() bool
func (MaybeTypeString) IsNull ¶
func (m MaybeTypeString) IsNull() bool
func (MaybeTypeString) Must ¶
func (m MaybeTypeString) Must() TypeString
type MaybeTypeStruct ¶
type MaybeTypeStruct = *_TypeStruct__Maybe
func (MaybeTypeStruct) AsNode ¶
func (m MaybeTypeStruct) AsNode() ipld.Node
func (MaybeTypeStruct) Exists ¶
func (m MaybeTypeStruct) Exists() bool
func (MaybeTypeStruct) IsAbsent ¶
func (m MaybeTypeStruct) IsAbsent() bool
func (MaybeTypeStruct) IsNull ¶
func (m MaybeTypeStruct) IsNull() bool
func (MaybeTypeStruct) Must ¶
func (m MaybeTypeStruct) Must() TypeStruct
type MaybeTypeUnion ¶
type MaybeTypeUnion = *_TypeUnion__Maybe
func (MaybeTypeUnion) AsNode ¶
func (m MaybeTypeUnion) AsNode() ipld.Node
func (MaybeTypeUnion) Exists ¶
func (m MaybeTypeUnion) Exists() bool
func (MaybeTypeUnion) IsAbsent ¶
func (m MaybeTypeUnion) IsAbsent() bool
func (MaybeTypeUnion) IsNull ¶
func (m MaybeTypeUnion) IsNull() bool
func (MaybeTypeUnion) Must ¶
func (m MaybeTypeUnion) Must() TypeUnion
type MaybeUnionRepresentation ¶
type MaybeUnionRepresentation = *_UnionRepresentation__Maybe
func (MaybeUnionRepresentation) AsNode ¶
func (m MaybeUnionRepresentation) AsNode() ipld.Node
func (MaybeUnionRepresentation) Exists ¶
func (m MaybeUnionRepresentation) Exists() bool
func (MaybeUnionRepresentation) IsAbsent ¶
func (m MaybeUnionRepresentation) IsAbsent() bool
func (MaybeUnionRepresentation) IsNull ¶
func (m MaybeUnionRepresentation) IsNull() bool
func (MaybeUnionRepresentation) Must ¶
func (m MaybeUnionRepresentation) Must() UnionRepresentation
type MaybeUnionRepresentation_BytePrefix ¶
type MaybeUnionRepresentation_BytePrefix = *_UnionRepresentation_BytePrefix__Maybe
func (MaybeUnionRepresentation_BytePrefix) AsNode ¶
func (m MaybeUnionRepresentation_BytePrefix) AsNode() ipld.Node
func (MaybeUnionRepresentation_BytePrefix) Exists ¶
func (m MaybeUnionRepresentation_BytePrefix) Exists() bool
func (MaybeUnionRepresentation_BytePrefix) IsAbsent ¶
func (m MaybeUnionRepresentation_BytePrefix) IsAbsent() bool
func (MaybeUnionRepresentation_BytePrefix) IsNull ¶
func (m MaybeUnionRepresentation_BytePrefix) IsNull() bool
func (MaybeUnionRepresentation_BytePrefix) Must ¶
func (m MaybeUnionRepresentation_BytePrefix) Must() UnionRepresentation_BytePrefix
type MaybeUnionRepresentation_Envelope ¶
type MaybeUnionRepresentation_Envelope = *_UnionRepresentation_Envelope__Maybe
func (MaybeUnionRepresentation_Envelope) AsNode ¶
func (m MaybeUnionRepresentation_Envelope) AsNode() ipld.Node
func (MaybeUnionRepresentation_Envelope) Exists ¶
func (m MaybeUnionRepresentation_Envelope) Exists() bool
func (MaybeUnionRepresentation_Envelope) IsAbsent ¶
func (m MaybeUnionRepresentation_Envelope) IsAbsent() bool
func (MaybeUnionRepresentation_Envelope) IsNull ¶
func (m MaybeUnionRepresentation_Envelope) IsNull() bool
func (MaybeUnionRepresentation_Envelope) Must ¶
func (m MaybeUnionRepresentation_Envelope) Must() UnionRepresentation_Envelope
type MaybeUnionRepresentation_Inline ¶
type MaybeUnionRepresentation_Inline = *_UnionRepresentation_Inline__Maybe
func (MaybeUnionRepresentation_Inline) AsNode ¶
func (m MaybeUnionRepresentation_Inline) AsNode() ipld.Node
func (MaybeUnionRepresentation_Inline) Exists ¶
func (m MaybeUnionRepresentation_Inline) Exists() bool
func (MaybeUnionRepresentation_Inline) IsAbsent ¶
func (m MaybeUnionRepresentation_Inline) IsAbsent() bool
func (MaybeUnionRepresentation_Inline) IsNull ¶
func (m MaybeUnionRepresentation_Inline) IsNull() bool
func (MaybeUnionRepresentation_Inline) Must ¶
func (m MaybeUnionRepresentation_Inline) Must() UnionRepresentation_Inline
type MaybeUnionRepresentation_Keyed ¶
type MaybeUnionRepresentation_Keyed = *_UnionRepresentation_Keyed__Maybe
func (MaybeUnionRepresentation_Keyed) AsNode ¶
func (m MaybeUnionRepresentation_Keyed) AsNode() ipld.Node
func (MaybeUnionRepresentation_Keyed) Exists ¶
func (m MaybeUnionRepresentation_Keyed) Exists() bool
func (MaybeUnionRepresentation_Keyed) IsAbsent ¶
func (m MaybeUnionRepresentation_Keyed) IsAbsent() bool
func (MaybeUnionRepresentation_Keyed) IsNull ¶
func (m MaybeUnionRepresentation_Keyed) IsNull() bool
func (MaybeUnionRepresentation_Keyed) Must ¶
func (m MaybeUnionRepresentation_Keyed) Must() UnionRepresentation_Keyed
type MaybeUnionRepresentation_Kinded ¶
type MaybeUnionRepresentation_Kinded = *_UnionRepresentation_Kinded__Maybe
func (MaybeUnionRepresentation_Kinded) AsNode ¶
func (m MaybeUnionRepresentation_Kinded) AsNode() ipld.Node
func (MaybeUnionRepresentation_Kinded) Exists ¶
func (m MaybeUnionRepresentation_Kinded) Exists() bool
func (MaybeUnionRepresentation_Kinded) IsAbsent ¶
func (m MaybeUnionRepresentation_Kinded) IsAbsent() bool
func (MaybeUnionRepresentation_Kinded) IsNull ¶
func (m MaybeUnionRepresentation_Kinded) IsNull() bool
func (MaybeUnionRepresentation_Kinded) Must ¶
func (m MaybeUnionRepresentation_Kinded) Must() UnionRepresentation_Kinded
type MaybeUnionRepresentation_StringPrefix ¶
type MaybeUnionRepresentation_StringPrefix = *_UnionRepresentation_StringPrefix__Maybe
func (MaybeUnionRepresentation_StringPrefix) AsNode ¶
func (m MaybeUnionRepresentation_StringPrefix) AsNode() ipld.Node
func (MaybeUnionRepresentation_StringPrefix) Exists ¶
func (m MaybeUnionRepresentation_StringPrefix) Exists() bool
func (MaybeUnionRepresentation_StringPrefix) IsAbsent ¶
func (m MaybeUnionRepresentation_StringPrefix) IsAbsent() bool
func (MaybeUnionRepresentation_StringPrefix) IsNull ¶
func (m MaybeUnionRepresentation_StringPrefix) IsNull() bool
type RepresentationKind ¶
type RepresentationKind = *_RepresentationKind
RepresentationKind matches the IPLD Schema type "RepresentationKind". It has string kind.
func (RepresentationKind) AsBool ¶
func (RepresentationKind) AsBool() (bool, error)
func (RepresentationKind) AsBytes ¶
func (RepresentationKind) AsBytes() ([]byte, error)
func (RepresentationKind) AsFloat ¶
func (RepresentationKind) AsFloat() (float64, error)
func (RepresentationKind) AsInt ¶
func (RepresentationKind) AsInt() (int64, error)
func (RepresentationKind) AsString ¶
func (n RepresentationKind) AsString() (string, error)
func (RepresentationKind) IsAbsent ¶
func (RepresentationKind) IsAbsent() bool
func (RepresentationKind) IsNull ¶
func (RepresentationKind) IsNull() bool
func (RepresentationKind) Kind ¶
func (RepresentationKind) Kind() ipld.Kind
func (RepresentationKind) Length ¶
func (RepresentationKind) Length() int64
func (RepresentationKind) ListIterator ¶
func (RepresentationKind) ListIterator() ipld.ListIterator
func (RepresentationKind) LookupByIndex ¶
func (RepresentationKind) LookupByIndex(idx int64) (ipld.Node, error)
func (RepresentationKind) LookupByNode ¶
func (RepresentationKind) LookupBySegment ¶
func (RepresentationKind) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (RepresentationKind) LookupByString ¶
func (RepresentationKind) LookupByString(string) (ipld.Node, error)
func (RepresentationKind) MapIterator ¶
func (RepresentationKind) MapIterator() ipld.MapIterator
func (RepresentationKind) Prototype ¶
func (RepresentationKind) Prototype() ipld.NodePrototype
func (RepresentationKind) Representation ¶
func (n RepresentationKind) Representation() ipld.Node
func (RepresentationKind) String ¶
func (n RepresentationKind) String() string
func (RepresentationKind) Type ¶
func (RepresentationKind) Type() schema.Type
type Schema ¶
type Schema = *_Schema
Schema matches the IPLD Schema type "Schema". It has Struct type-kind, and may be interrogated like map kind.
func (Schema) ListIterator ¶
func (Schema) ListIterator() ipld.ListIterator
func (Schema) LookupBySegment ¶
func (Schema) MapIterator ¶
func (n Schema) MapIterator() ipld.MapIterator
func (Schema) Prototype ¶
func (Schema) Prototype() ipld.NodePrototype
func (Schema) Representation ¶
type SchemaMap ¶
type SchemaMap = *_SchemaMap
SchemaMap matches the IPLD Schema type "SchemaMap". It has map kind.
func (SchemaMap) Iterator ¶
func (n SchemaMap) Iterator() *SchemaMap__Itr
func (SchemaMap) ListIterator ¶
func (SchemaMap) ListIterator() ipld.ListIterator
func (SchemaMap) LookupBySegment ¶
func (SchemaMap) MapIterator ¶
func (n SchemaMap) MapIterator() ipld.MapIterator
func (SchemaMap) Prototype ¶
func (SchemaMap) Prototype() ipld.NodePrototype
func (SchemaMap) Representation ¶
type SchemaMap__Itr ¶
type SchemaMap__Itr struct {
// contains filtered or unexported fields
}
func (*SchemaMap__Itr) Done ¶
func (itr *SchemaMap__Itr) Done() bool
func (*SchemaMap__Itr) Next ¶
func (itr *SchemaMap__Itr) Next() (k TypeName, v TypeDefn)
type String ¶
type String = *_String
String matches the IPLD Schema type "String". It has string kind.
func (String) ListIterator ¶
func (String) ListIterator() ipld.ListIterator
func (String) LookupBySegment ¶
func (String) MapIterator ¶
func (String) MapIterator() ipld.MapIterator
func (String) Prototype ¶
func (String) Prototype() ipld.NodePrototype
func (String) Representation ¶
type StructField ¶
type StructField = *_StructField
StructField matches the IPLD Schema type "StructField". It has Struct type-kind, and may be interrogated like map kind.
func (StructField) AsBool ¶
func (StructField) AsBool() (bool, error)
func (StructField) AsBytes ¶
func (StructField) AsBytes() ([]byte, error)
func (StructField) AsFloat ¶
func (StructField) AsFloat() (float64, error)
func (StructField) AsInt ¶
func (StructField) AsInt() (int64, error)
func (StructField) AsString ¶
func (StructField) AsString() (string, error)
func (StructField) IsAbsent ¶
func (StructField) IsAbsent() bool
func (StructField) IsNull ¶
func (StructField) IsNull() bool
func (StructField) Kind ¶
func (StructField) Kind() ipld.Kind
func (StructField) Length ¶
func (StructField) Length() int64
func (StructField) ListIterator ¶
func (StructField) ListIterator() ipld.ListIterator
func (StructField) LookupByIndex ¶
func (StructField) LookupByIndex(idx int64) (ipld.Node, error)
func (StructField) LookupByNode ¶
func (StructField) LookupBySegment ¶
func (n StructField) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (StructField) LookupByString ¶
func (n StructField) LookupByString(key string) (ipld.Node, error)
func (StructField) MapIterator ¶
func (n StructField) MapIterator() ipld.MapIterator
func (StructField) Prototype ¶
func (StructField) Prototype() ipld.NodePrototype
func (StructField) Representation ¶
func (n StructField) Representation() ipld.Node
func (StructField) Type ¶
func (StructField) Type() schema.Type
type StructRepresentation ¶
type StructRepresentation = *_StructRepresentation
StructRepresentation matches the IPLD Schema type "StructRepresentation". StructRepresentation has Union typekind, which means its data model behaviors are that of a map kind.
func (StructRepresentation) AsBool ¶
func (StructRepresentation) AsBool() (bool, error)
func (StructRepresentation) AsBytes ¶
func (StructRepresentation) AsBytes() ([]byte, error)
func (StructRepresentation) AsFloat ¶
func (StructRepresentation) AsFloat() (float64, error)
func (StructRepresentation) AsInt ¶
func (StructRepresentation) AsInt() (int64, error)
func (StructRepresentation) AsString ¶
func (StructRepresentation) AsString() (string, error)
func (StructRepresentation) IsAbsent ¶
func (StructRepresentation) IsAbsent() bool
func (StructRepresentation) IsNull ¶
func (StructRepresentation) IsNull() bool
func (StructRepresentation) Kind ¶
func (StructRepresentation) Kind() ipld.Kind
func (StructRepresentation) Length ¶
func (StructRepresentation) Length() int64
func (StructRepresentation) ListIterator ¶
func (StructRepresentation) ListIterator() ipld.ListIterator
func (StructRepresentation) LookupByIndex ¶
func (StructRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
func (StructRepresentation) LookupByNode ¶
func (StructRepresentation) LookupBySegment ¶
func (n StructRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (StructRepresentation) LookupByString ¶
func (n StructRepresentation) LookupByString(key string) (ipld.Node, error)
func (StructRepresentation) MapIterator ¶
func (n StructRepresentation) MapIterator() ipld.MapIterator
func (StructRepresentation) Prototype ¶
func (StructRepresentation) Prototype() ipld.NodePrototype
func (StructRepresentation) Representation ¶
func (n StructRepresentation) Representation() ipld.Node
func (StructRepresentation) Type ¶
func (StructRepresentation) Type() schema.Type
type StructRepresentation_Listpairs ¶
type StructRepresentation_Listpairs = *_StructRepresentation_Listpairs
StructRepresentation_Listpairs matches the IPLD Schema type "StructRepresentation_Listpairs". It has Struct type-kind, and may be interrogated like map kind.
func (StructRepresentation_Listpairs) AsBool ¶
func (StructRepresentation_Listpairs) AsBool() (bool, error)
func (StructRepresentation_Listpairs) AsBytes ¶
func (StructRepresentation_Listpairs) AsBytes() ([]byte, error)
func (StructRepresentation_Listpairs) AsFloat ¶
func (StructRepresentation_Listpairs) AsFloat() (float64, error)
func (StructRepresentation_Listpairs) AsInt ¶
func (StructRepresentation_Listpairs) AsInt() (int64, error)
func (StructRepresentation_Listpairs) AsLink ¶
func (StructRepresentation_Listpairs) AsLink() (ipld.Link, error)
func (StructRepresentation_Listpairs) AsString ¶
func (StructRepresentation_Listpairs) AsString() (string, error)
func (StructRepresentation_Listpairs) IsAbsent ¶
func (StructRepresentation_Listpairs) IsAbsent() bool
func (StructRepresentation_Listpairs) IsNull ¶
func (StructRepresentation_Listpairs) IsNull() bool
func (StructRepresentation_Listpairs) Kind ¶
func (StructRepresentation_Listpairs) Kind() ipld.Kind
func (StructRepresentation_Listpairs) Length ¶
func (StructRepresentation_Listpairs) Length() int64
func (StructRepresentation_Listpairs) ListIterator ¶
func (StructRepresentation_Listpairs) ListIterator() ipld.ListIterator
func (StructRepresentation_Listpairs) LookupByIndex ¶
func (StructRepresentation_Listpairs) LookupByIndex(idx int64) (ipld.Node, error)
func (StructRepresentation_Listpairs) LookupByNode ¶
func (StructRepresentation_Listpairs) LookupBySegment ¶
func (n StructRepresentation_Listpairs) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (StructRepresentation_Listpairs) LookupByString ¶
func (n StructRepresentation_Listpairs) LookupByString(key string) (ipld.Node, error)
func (StructRepresentation_Listpairs) MapIterator ¶
func (n StructRepresentation_Listpairs) MapIterator() ipld.MapIterator
func (StructRepresentation_Listpairs) Prototype ¶
func (StructRepresentation_Listpairs) Prototype() ipld.NodePrototype
func (StructRepresentation_Listpairs) Representation ¶
func (n StructRepresentation_Listpairs) Representation() ipld.Node
func (StructRepresentation_Listpairs) Type ¶
func (StructRepresentation_Listpairs) Type() schema.Type
type StructRepresentation_Map ¶
type StructRepresentation_Map = *_StructRepresentation_Map
StructRepresentation_Map matches the IPLD Schema type "StructRepresentation_Map". It has Struct type-kind, and may be interrogated like map kind.
func (StructRepresentation_Map) AsBool ¶
func (StructRepresentation_Map) AsBool() (bool, error)
func (StructRepresentation_Map) AsBytes ¶
func (StructRepresentation_Map) AsBytes() ([]byte, error)
func (StructRepresentation_Map) AsFloat ¶
func (StructRepresentation_Map) AsFloat() (float64, error)
func (StructRepresentation_Map) AsInt ¶
func (StructRepresentation_Map) AsInt() (int64, error)
func (StructRepresentation_Map) AsLink ¶
func (StructRepresentation_Map) AsLink() (ipld.Link, error)
func (StructRepresentation_Map) AsString ¶
func (StructRepresentation_Map) AsString() (string, error)
func (StructRepresentation_Map) IsAbsent ¶
func (StructRepresentation_Map) IsAbsent() bool
func (StructRepresentation_Map) IsNull ¶
func (StructRepresentation_Map) IsNull() bool
func (StructRepresentation_Map) Kind ¶
func (StructRepresentation_Map) Kind() ipld.Kind
func (StructRepresentation_Map) Length ¶
func (StructRepresentation_Map) Length() int64
func (StructRepresentation_Map) ListIterator ¶
func (StructRepresentation_Map) ListIterator() ipld.ListIterator
func (StructRepresentation_Map) LookupByIndex ¶
func (StructRepresentation_Map) LookupByIndex(idx int64) (ipld.Node, error)
func (StructRepresentation_Map) LookupByNode ¶
func (StructRepresentation_Map) LookupBySegment ¶
func (n StructRepresentation_Map) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (StructRepresentation_Map) LookupByString ¶
func (n StructRepresentation_Map) LookupByString(key string) (ipld.Node, error)
func (StructRepresentation_Map) MapIterator ¶
func (n StructRepresentation_Map) MapIterator() ipld.MapIterator
func (StructRepresentation_Map) Prototype ¶
func (StructRepresentation_Map) Prototype() ipld.NodePrototype
func (StructRepresentation_Map) Representation ¶
func (n StructRepresentation_Map) Representation() ipld.Node
func (StructRepresentation_Map) Type ¶
func (StructRepresentation_Map) Type() schema.Type
type StructRepresentation_Map_FieldDetails ¶
type StructRepresentation_Map_FieldDetails = *_StructRepresentation_Map_FieldDetails
StructRepresentation_Map_FieldDetails matches the IPLD Schema type "StructRepresentation_Map_FieldDetails". It has Struct type-kind, and may be interrogated like map kind.
func (StructRepresentation_Map_FieldDetails) AsBool ¶
func (StructRepresentation_Map_FieldDetails) AsBool() (bool, error)
func (StructRepresentation_Map_FieldDetails) AsBytes ¶
func (StructRepresentation_Map_FieldDetails) AsBytes() ([]byte, error)
func (StructRepresentation_Map_FieldDetails) AsFloat ¶
func (StructRepresentation_Map_FieldDetails) AsFloat() (float64, error)
func (StructRepresentation_Map_FieldDetails) AsInt ¶
func (StructRepresentation_Map_FieldDetails) AsInt() (int64, error)
func (StructRepresentation_Map_FieldDetails) AsLink ¶
func (StructRepresentation_Map_FieldDetails) AsLink() (ipld.Link, error)
func (StructRepresentation_Map_FieldDetails) AsString ¶
func (StructRepresentation_Map_FieldDetails) AsString() (string, error)
func (StructRepresentation_Map_FieldDetails) IsAbsent ¶
func (StructRepresentation_Map_FieldDetails) IsAbsent() bool
func (StructRepresentation_Map_FieldDetails) IsNull ¶
func (StructRepresentation_Map_FieldDetails) IsNull() bool
func (StructRepresentation_Map_FieldDetails) Kind ¶
func (StructRepresentation_Map_FieldDetails) Kind() ipld.Kind
func (StructRepresentation_Map_FieldDetails) Length ¶
func (StructRepresentation_Map_FieldDetails) Length() int64
func (StructRepresentation_Map_FieldDetails) ListIterator ¶
func (StructRepresentation_Map_FieldDetails) ListIterator() ipld.ListIterator
func (StructRepresentation_Map_FieldDetails) LookupByIndex ¶
func (StructRepresentation_Map_FieldDetails) LookupByIndex(idx int64) (ipld.Node, error)
func (StructRepresentation_Map_FieldDetails) LookupByNode ¶
func (StructRepresentation_Map_FieldDetails) LookupBySegment ¶
func (n StructRepresentation_Map_FieldDetails) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (StructRepresentation_Map_FieldDetails) LookupByString ¶
func (n StructRepresentation_Map_FieldDetails) LookupByString(key string) (ipld.Node, error)
func (StructRepresentation_Map_FieldDetails) MapIterator ¶
func (n StructRepresentation_Map_FieldDetails) MapIterator() ipld.MapIterator
func (StructRepresentation_Map_FieldDetails) Prototype ¶
func (StructRepresentation_Map_FieldDetails) Prototype() ipld.NodePrototype
func (StructRepresentation_Map_FieldDetails) Representation ¶
func (n StructRepresentation_Map_FieldDetails) Representation() ipld.Node
func (StructRepresentation_Map_FieldDetails) Type ¶
func (StructRepresentation_Map_FieldDetails) Type() schema.Type
type StructRepresentation_Stringjoin ¶
type StructRepresentation_Stringjoin = *_StructRepresentation_Stringjoin
StructRepresentation_Stringjoin matches the IPLD Schema type "StructRepresentation_Stringjoin". It has Struct type-kind, and may be interrogated like map kind.
func (StructRepresentation_Stringjoin) AsBool ¶
func (StructRepresentation_Stringjoin) AsBool() (bool, error)
func (StructRepresentation_Stringjoin) AsBytes ¶
func (StructRepresentation_Stringjoin) AsBytes() ([]byte, error)
func (StructRepresentation_Stringjoin) AsFloat ¶
func (StructRepresentation_Stringjoin) AsFloat() (float64, error)
func (StructRepresentation_Stringjoin) AsInt ¶
func (StructRepresentation_Stringjoin) AsInt() (int64, error)
func (StructRepresentation_Stringjoin) AsLink ¶
func (StructRepresentation_Stringjoin) AsLink() (ipld.Link, error)
func (StructRepresentation_Stringjoin) AsString ¶
func (StructRepresentation_Stringjoin) AsString() (string, error)
func (StructRepresentation_Stringjoin) IsAbsent ¶
func (StructRepresentation_Stringjoin) IsAbsent() bool
func (StructRepresentation_Stringjoin) IsNull ¶
func (StructRepresentation_Stringjoin) IsNull() bool
func (StructRepresentation_Stringjoin) Kind ¶
func (StructRepresentation_Stringjoin) Kind() ipld.Kind
func (StructRepresentation_Stringjoin) Length ¶
func (StructRepresentation_Stringjoin) Length() int64
func (StructRepresentation_Stringjoin) ListIterator ¶
func (StructRepresentation_Stringjoin) ListIterator() ipld.ListIterator
func (StructRepresentation_Stringjoin) LookupByIndex ¶
func (StructRepresentation_Stringjoin) LookupByIndex(idx int64) (ipld.Node, error)
func (StructRepresentation_Stringjoin) LookupByNode ¶
func (StructRepresentation_Stringjoin) LookupBySegment ¶
func (n StructRepresentation_Stringjoin) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (StructRepresentation_Stringjoin) LookupByString ¶
func (n StructRepresentation_Stringjoin) LookupByString(key string) (ipld.Node, error)
func (StructRepresentation_Stringjoin) MapIterator ¶
func (n StructRepresentation_Stringjoin) MapIterator() ipld.MapIterator
func (StructRepresentation_Stringjoin) Prototype ¶
func (StructRepresentation_Stringjoin) Prototype() ipld.NodePrototype
func (StructRepresentation_Stringjoin) Representation ¶
func (n StructRepresentation_Stringjoin) Representation() ipld.Node
func (StructRepresentation_Stringjoin) Type ¶
func (StructRepresentation_Stringjoin) Type() schema.Type
type StructRepresentation_Stringpairs ¶
type StructRepresentation_Stringpairs = *_StructRepresentation_Stringpairs
StructRepresentation_Stringpairs matches the IPLD Schema type "StructRepresentation_Stringpairs". It has Struct type-kind, and may be interrogated like map kind.
func (StructRepresentation_Stringpairs) AsBool ¶
func (StructRepresentation_Stringpairs) AsBool() (bool, error)
func (StructRepresentation_Stringpairs) AsBytes ¶
func (StructRepresentation_Stringpairs) AsBytes() ([]byte, error)
func (StructRepresentation_Stringpairs) AsFloat ¶
func (StructRepresentation_Stringpairs) AsFloat() (float64, error)
func (StructRepresentation_Stringpairs) AsInt ¶
func (StructRepresentation_Stringpairs) AsInt() (int64, error)
func (StructRepresentation_Stringpairs) AsLink ¶
func (StructRepresentation_Stringpairs) AsLink() (ipld.Link, error)
func (StructRepresentation_Stringpairs) AsString ¶
func (StructRepresentation_Stringpairs) AsString() (string, error)
func (StructRepresentation_Stringpairs) IsAbsent ¶
func (StructRepresentation_Stringpairs) IsAbsent() bool
func (StructRepresentation_Stringpairs) IsNull ¶
func (StructRepresentation_Stringpairs) IsNull() bool
func (StructRepresentation_Stringpairs) Kind ¶
func (StructRepresentation_Stringpairs) Kind() ipld.Kind
func (StructRepresentation_Stringpairs) Length ¶
func (StructRepresentation_Stringpairs) Length() int64
func (StructRepresentation_Stringpairs) ListIterator ¶
func (StructRepresentation_Stringpairs) ListIterator() ipld.ListIterator
func (StructRepresentation_Stringpairs) LookupByIndex ¶
func (StructRepresentation_Stringpairs) LookupByIndex(idx int64) (ipld.Node, error)
func (StructRepresentation_Stringpairs) LookupByNode ¶
func (StructRepresentation_Stringpairs) LookupBySegment ¶
func (n StructRepresentation_Stringpairs) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (StructRepresentation_Stringpairs) LookupByString ¶
func (n StructRepresentation_Stringpairs) LookupByString(key string) (ipld.Node, error)
func (StructRepresentation_Stringpairs) MapIterator ¶
func (n StructRepresentation_Stringpairs) MapIterator() ipld.MapIterator
func (StructRepresentation_Stringpairs) Prototype ¶
func (StructRepresentation_Stringpairs) Prototype() ipld.NodePrototype
func (StructRepresentation_Stringpairs) Representation ¶
func (n StructRepresentation_Stringpairs) Representation() ipld.Node
func (StructRepresentation_Stringpairs) Type ¶
func (StructRepresentation_Stringpairs) Type() schema.Type
type StructRepresentation_Tuple ¶
type StructRepresentation_Tuple = *_StructRepresentation_Tuple
StructRepresentation_Tuple matches the IPLD Schema type "StructRepresentation_Tuple". It has Struct type-kind, and may be interrogated like map kind.
func (StructRepresentation_Tuple) AsBool ¶
func (StructRepresentation_Tuple) AsBool() (bool, error)
func (StructRepresentation_Tuple) AsBytes ¶
func (StructRepresentation_Tuple) AsBytes() ([]byte, error)
func (StructRepresentation_Tuple) AsFloat ¶
func (StructRepresentation_Tuple) AsFloat() (float64, error)
func (StructRepresentation_Tuple) AsInt ¶
func (StructRepresentation_Tuple) AsInt() (int64, error)
func (StructRepresentation_Tuple) AsLink ¶
func (StructRepresentation_Tuple) AsLink() (ipld.Link, error)
func (StructRepresentation_Tuple) AsString ¶
func (StructRepresentation_Tuple) AsString() (string, error)
func (StructRepresentation_Tuple) IsAbsent ¶
func (StructRepresentation_Tuple) IsAbsent() bool
func (StructRepresentation_Tuple) IsNull ¶
func (StructRepresentation_Tuple) IsNull() bool
func (StructRepresentation_Tuple) Kind ¶
func (StructRepresentation_Tuple) Kind() ipld.Kind
func (StructRepresentation_Tuple) Length ¶
func (StructRepresentation_Tuple) Length() int64
func (StructRepresentation_Tuple) ListIterator ¶
func (StructRepresentation_Tuple) ListIterator() ipld.ListIterator
func (StructRepresentation_Tuple) LookupByIndex ¶
func (StructRepresentation_Tuple) LookupByIndex(idx int64) (ipld.Node, error)
func (StructRepresentation_Tuple) LookupByNode ¶
func (StructRepresentation_Tuple) LookupBySegment ¶
func (n StructRepresentation_Tuple) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (StructRepresentation_Tuple) LookupByString ¶
func (n StructRepresentation_Tuple) LookupByString(key string) (ipld.Node, error)
func (StructRepresentation_Tuple) MapIterator ¶
func (n StructRepresentation_Tuple) MapIterator() ipld.MapIterator
func (StructRepresentation_Tuple) Prototype ¶
func (StructRepresentation_Tuple) Prototype() ipld.NodePrototype
func (StructRepresentation_Tuple) Representation ¶
func (n StructRepresentation_Tuple) Representation() ipld.Node
func (StructRepresentation_Tuple) Type ¶
func (StructRepresentation_Tuple) Type() schema.Type
type TypeBool ¶
type TypeBool = *_TypeBool
TypeBool matches the IPLD Schema type "TypeBool". It has Struct type-kind, and may be interrogated like map kind.
func (TypeBool) ListIterator ¶
func (TypeBool) ListIterator() ipld.ListIterator
func (TypeBool) LookupBySegment ¶
func (TypeBool) MapIterator ¶
func (n TypeBool) MapIterator() ipld.MapIterator
func (TypeBool) Prototype ¶
func (TypeBool) Prototype() ipld.NodePrototype
func (TypeBool) Representation ¶
type TypeBytes ¶
type TypeBytes = *_TypeBytes
TypeBytes matches the IPLD Schema type "TypeBytes". It has Struct type-kind, and may be interrogated like map kind.
func (TypeBytes) ListIterator ¶
func (TypeBytes) ListIterator() ipld.ListIterator
func (TypeBytes) LookupBySegment ¶
func (TypeBytes) MapIterator ¶
func (n TypeBytes) MapIterator() ipld.MapIterator
func (TypeBytes) Prototype ¶
func (TypeBytes) Prototype() ipld.NodePrototype
func (TypeBytes) Representation ¶
type TypeCopy ¶
type TypeCopy = *_TypeCopy
TypeCopy matches the IPLD Schema type "TypeCopy". It has Struct type-kind, and may be interrogated like map kind.
func (TypeCopy) ListIterator ¶
func (TypeCopy) ListIterator() ipld.ListIterator
func (TypeCopy) LookupBySegment ¶
func (TypeCopy) MapIterator ¶
func (n TypeCopy) MapIterator() ipld.MapIterator
func (TypeCopy) Prototype ¶
func (TypeCopy) Prototype() ipld.NodePrototype
func (TypeCopy) Representation ¶
type TypeDefn ¶
type TypeDefn = *_TypeDefn
TypeDefn matches the IPLD Schema type "TypeDefn". TypeDefn has Union typekind, which means its data model behaviors are that of a map kind.
func (TypeDefn) ListIterator ¶
func (TypeDefn) ListIterator() ipld.ListIterator
func (TypeDefn) LookupBySegment ¶
func (TypeDefn) MapIterator ¶
func (n TypeDefn) MapIterator() ipld.MapIterator
func (TypeDefn) Prototype ¶
func (TypeDefn) Prototype() ipld.NodePrototype
func (TypeDefn) Representation ¶
type TypeDefnInline ¶
type TypeDefnInline = *_TypeDefnInline
TypeDefnInline matches the IPLD Schema type "TypeDefnInline". TypeDefnInline has Union typekind, which means its data model behaviors are that of a map kind.
func (TypeDefnInline) AsBool ¶
func (TypeDefnInline) AsBool() (bool, error)
func (TypeDefnInline) AsBytes ¶
func (TypeDefnInline) AsBytes() ([]byte, error)
func (TypeDefnInline) AsFloat ¶
func (TypeDefnInline) AsFloat() (float64, error)
func (TypeDefnInline) AsInt ¶
func (TypeDefnInline) AsInt() (int64, error)
func (TypeDefnInline) AsString ¶
func (TypeDefnInline) AsString() (string, error)
func (TypeDefnInline) IsAbsent ¶
func (TypeDefnInline) IsAbsent() bool
func (TypeDefnInline) IsNull ¶
func (TypeDefnInline) IsNull() bool
func (TypeDefnInline) Kind ¶
func (TypeDefnInline) Kind() ipld.Kind
func (TypeDefnInline) Length ¶
func (TypeDefnInline) Length() int64
func (TypeDefnInline) ListIterator ¶
func (TypeDefnInline) ListIterator() ipld.ListIterator
func (TypeDefnInline) LookupByIndex ¶
func (TypeDefnInline) LookupByIndex(idx int64) (ipld.Node, error)
func (TypeDefnInline) LookupByNode ¶
func (TypeDefnInline) LookupBySegment ¶
func (n TypeDefnInline) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (TypeDefnInline) LookupByString ¶
func (n TypeDefnInline) LookupByString(key string) (ipld.Node, error)
func (TypeDefnInline) MapIterator ¶
func (n TypeDefnInline) MapIterator() ipld.MapIterator
func (TypeDefnInline) Prototype ¶
func (TypeDefnInline) Prototype() ipld.NodePrototype
func (TypeDefnInline) Representation ¶
func (n TypeDefnInline) Representation() ipld.Node
func (TypeDefnInline) Type ¶
func (TypeDefnInline) Type() schema.Type
func (TypeDefnInline) TypeReference ¶
func (x TypeDefnInline) TypeReference() TypeReference
type TypeEnum ¶
type TypeEnum = *_TypeEnum
TypeEnum matches the IPLD Schema type "TypeEnum". It has Struct type-kind, and may be interrogated like map kind.
func (TypeEnum) ListIterator ¶
func (TypeEnum) ListIterator() ipld.ListIterator
func (TypeEnum) LookupBySegment ¶
func (TypeEnum) MapIterator ¶
func (n TypeEnum) MapIterator() ipld.MapIterator
func (TypeEnum) Prototype ¶
func (TypeEnum) Prototype() ipld.NodePrototype
func (TypeEnum) Representation ¶
type TypeFloat ¶
type TypeFloat = *_TypeFloat
TypeFloat matches the IPLD Schema type "TypeFloat". It has Struct type-kind, and may be interrogated like map kind.
func (TypeFloat) ListIterator ¶
func (TypeFloat) ListIterator() ipld.ListIterator
func (TypeFloat) LookupBySegment ¶
func (TypeFloat) MapIterator ¶
func (n TypeFloat) MapIterator() ipld.MapIterator
func (TypeFloat) Prototype ¶
func (TypeFloat) Prototype() ipld.NodePrototype
func (TypeFloat) Representation ¶
type TypeInt ¶
type TypeInt = *_TypeInt
TypeInt matches the IPLD Schema type "TypeInt". It has Struct type-kind, and may be interrogated like map kind.
func (TypeInt) ListIterator ¶
func (TypeInt) ListIterator() ipld.ListIterator
func (TypeInt) LookupBySegment ¶
func (TypeInt) MapIterator ¶
func (n TypeInt) MapIterator() ipld.MapIterator
func (TypeInt) Prototype ¶
func (TypeInt) Prototype() ipld.NodePrototype
func (TypeInt) Representation ¶
type TypeLink ¶
type TypeLink = *_TypeLink
TypeLink matches the IPLD Schema type "TypeLink". It has Struct type-kind, and may be interrogated like map kind.
func (TypeLink) ListIterator ¶
func (TypeLink) ListIterator() ipld.ListIterator
func (TypeLink) LookupBySegment ¶
func (TypeLink) MapIterator ¶
func (n TypeLink) MapIterator() ipld.MapIterator
func (TypeLink) Prototype ¶
func (TypeLink) Prototype() ipld.NodePrototype
func (TypeLink) Representation ¶
type TypeList ¶
type TypeList = *_TypeList
TypeList matches the IPLD Schema type "TypeList". It has Struct type-kind, and may be interrogated like map kind.
func (TypeList) ListIterator ¶
func (TypeList) ListIterator() ipld.ListIterator
func (TypeList) LookupBySegment ¶
func (TypeList) MapIterator ¶
func (n TypeList) MapIterator() ipld.MapIterator
func (TypeList) Prototype ¶
func (TypeList) Prototype() ipld.NodePrototype
func (TypeList) Representation ¶
type TypeMap ¶
type TypeMap = *_TypeMap
TypeMap matches the IPLD Schema type "TypeMap". It has Struct type-kind, and may be interrogated like map kind.
func (TypeMap) ListIterator ¶
func (TypeMap) ListIterator() ipld.ListIterator
func (TypeMap) LookupBySegment ¶
func (TypeMap) MapIterator ¶
func (n TypeMap) MapIterator() ipld.MapIterator
func (TypeMap) Prototype ¶
func (TypeMap) Prototype() ipld.NodePrototype
func (TypeMap) Representation ¶
type TypeName ¶
type TypeName = *_TypeName
TypeName matches the IPLD Schema type "TypeName". It has string kind.
func (TypeName) ListIterator ¶
func (TypeName) ListIterator() ipld.ListIterator
func (TypeName) LookupBySegment ¶
func (TypeName) MapIterator ¶
func (TypeName) MapIterator() ipld.MapIterator
func (TypeName) Prototype ¶
func (TypeName) Prototype() ipld.NodePrototype
func (TypeName) Representation ¶
func (TypeName) TypeReference ¶
func (x TypeName) TypeReference() TypeReference
type TypeNameOrInlineDefn ¶
type TypeNameOrInlineDefn = *_TypeNameOrInlineDefn
TypeNameOrInlineDefn matches the IPLD Schema type "TypeNameOrInlineDefn". TypeNameOrInlineDefn has Union typekind, which means its data model behaviors are that of a map kind.
func (TypeNameOrInlineDefn) AsBool ¶
func (TypeNameOrInlineDefn) AsBool() (bool, error)
func (TypeNameOrInlineDefn) AsBytes ¶
func (TypeNameOrInlineDefn) AsBytes() ([]byte, error)
func (TypeNameOrInlineDefn) AsFloat ¶
func (TypeNameOrInlineDefn) AsFloat() (float64, error)
func (TypeNameOrInlineDefn) AsInt ¶
func (TypeNameOrInlineDefn) AsInt() (int64, error)
func (TypeNameOrInlineDefn) AsString ¶
func (TypeNameOrInlineDefn) AsString() (string, error)
func (TypeNameOrInlineDefn) IsAbsent ¶
func (TypeNameOrInlineDefn) IsAbsent() bool
func (TypeNameOrInlineDefn) IsNull ¶
func (TypeNameOrInlineDefn) IsNull() bool
func (TypeNameOrInlineDefn) Kind ¶
func (TypeNameOrInlineDefn) Kind() ipld.Kind
func (TypeNameOrInlineDefn) Length ¶
func (TypeNameOrInlineDefn) Length() int64
func (TypeNameOrInlineDefn) ListIterator ¶
func (TypeNameOrInlineDefn) ListIterator() ipld.ListIterator
func (TypeNameOrInlineDefn) LookupByIndex ¶
func (TypeNameOrInlineDefn) LookupByIndex(idx int64) (ipld.Node, error)
func (TypeNameOrInlineDefn) LookupByNode ¶
func (TypeNameOrInlineDefn) LookupBySegment ¶
func (n TypeNameOrInlineDefn) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (TypeNameOrInlineDefn) LookupByString ¶
func (n TypeNameOrInlineDefn) LookupByString(key string) (ipld.Node, error)
func (TypeNameOrInlineDefn) MapIterator ¶
func (n TypeNameOrInlineDefn) MapIterator() ipld.MapIterator
func (TypeNameOrInlineDefn) Prototype ¶
func (TypeNameOrInlineDefn) Prototype() ipld.NodePrototype
func (TypeNameOrInlineDefn) Representation ¶
func (n TypeNameOrInlineDefn) Representation() ipld.Node
func (TypeNameOrInlineDefn) Type ¶
func (TypeNameOrInlineDefn) Type() schema.Type
func (TypeNameOrInlineDefn) TypeReference ¶
func (x TypeNameOrInlineDefn) TypeReference() TypeReference
type TypeReference ¶
type TypeReference string
TypeReference is a string that's either a TypeName or a computed string from an InlineDefn. This string is often useful as a map key.
The computed string for an InlineDefn happens to match the IPLD Schema DSL syntax, but it would be very odd for any code to depend on that detail.
type TypeString ¶
type TypeString = *_TypeString
TypeString matches the IPLD Schema type "TypeString". It has Struct type-kind, and may be interrogated like map kind.
func (TypeString) AsBool ¶
func (TypeString) AsBool() (bool, error)
func (TypeString) AsBytes ¶
func (TypeString) AsBytes() ([]byte, error)
func (TypeString) AsFloat ¶
func (TypeString) AsFloat() (float64, error)
func (TypeString) AsInt ¶
func (TypeString) AsInt() (int64, error)
func (TypeString) AsString ¶
func (TypeString) AsString() (string, error)
func (TypeString) IsAbsent ¶
func (TypeString) IsAbsent() bool
func (TypeString) IsNull ¶
func (TypeString) IsNull() bool
func (TypeString) Kind ¶
func (TypeString) Kind() ipld.Kind
func (TypeString) Length ¶
func (TypeString) Length() int64
func (TypeString) ListIterator ¶
func (TypeString) ListIterator() ipld.ListIterator
func (TypeString) LookupByIndex ¶
func (TypeString) LookupByIndex(idx int64) (ipld.Node, error)
func (TypeString) LookupByNode ¶
func (TypeString) LookupBySegment ¶
func (n TypeString) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (TypeString) LookupByString ¶
func (n TypeString) LookupByString(key string) (ipld.Node, error)
func (TypeString) MapIterator ¶
func (n TypeString) MapIterator() ipld.MapIterator
func (TypeString) Prototype ¶
func (TypeString) Prototype() ipld.NodePrototype
func (TypeString) Representation ¶
func (n TypeString) Representation() ipld.Node
func (TypeString) Type ¶
func (TypeString) Type() schema.Type
type TypeStruct ¶
type TypeStruct = *_TypeStruct
TypeStruct matches the IPLD Schema type "TypeStruct". It has Struct type-kind, and may be interrogated like map kind.
func (TypeStruct) AsBool ¶
func (TypeStruct) AsBool() (bool, error)
func (TypeStruct) AsBytes ¶
func (TypeStruct) AsBytes() ([]byte, error)
func (TypeStruct) AsFloat ¶
func (TypeStruct) AsFloat() (float64, error)
func (TypeStruct) AsInt ¶
func (TypeStruct) AsInt() (int64, error)
func (TypeStruct) AsString ¶
func (TypeStruct) AsString() (string, error)
func (TypeStruct) IsAbsent ¶
func (TypeStruct) IsAbsent() bool
func (TypeStruct) IsNull ¶
func (TypeStruct) IsNull() bool
func (TypeStruct) Kind ¶
func (TypeStruct) Kind() ipld.Kind
func (TypeStruct) Length ¶
func (TypeStruct) Length() int64
func (TypeStruct) ListIterator ¶
func (TypeStruct) ListIterator() ipld.ListIterator
func (TypeStruct) LookupByIndex ¶
func (TypeStruct) LookupByIndex(idx int64) (ipld.Node, error)
func (TypeStruct) LookupByNode ¶
func (TypeStruct) LookupBySegment ¶
func (n TypeStruct) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (TypeStruct) LookupByString ¶
func (n TypeStruct) LookupByString(key string) (ipld.Node, error)
func (TypeStruct) MapIterator ¶
func (n TypeStruct) MapIterator() ipld.MapIterator
func (TypeStruct) Prototype ¶
func (TypeStruct) Prototype() ipld.NodePrototype
func (TypeStruct) Representation ¶
func (n TypeStruct) Representation() ipld.Node
func (TypeStruct) Type ¶
func (TypeStruct) Type() schema.Type
type TypeUnion ¶
type TypeUnion = *_TypeUnion
TypeUnion matches the IPLD Schema type "TypeUnion". It has Struct type-kind, and may be interrogated like map kind.
func (TypeUnion) ListIterator ¶
func (TypeUnion) ListIterator() ipld.ListIterator
func (TypeUnion) LookupBySegment ¶
func (TypeUnion) MapIterator ¶
func (n TypeUnion) MapIterator() ipld.MapIterator
func (TypeUnion) Prototype ¶
func (TypeUnion) Prototype() ipld.NodePrototype
func (TypeUnion) Representation ¶
type UnionRepresentation ¶
type UnionRepresentation = *_UnionRepresentation
UnionRepresentation matches the IPLD Schema type "UnionRepresentation". UnionRepresentation has Union typekind, which means its data model behaviors are that of a map kind.
func (UnionRepresentation) AsBool ¶
func (UnionRepresentation) AsBool() (bool, error)
func (UnionRepresentation) AsBytes ¶
func (UnionRepresentation) AsBytes() ([]byte, error)
func (UnionRepresentation) AsFloat ¶
func (UnionRepresentation) AsFloat() (float64, error)
func (UnionRepresentation) AsInt ¶
func (UnionRepresentation) AsInt() (int64, error)
func (UnionRepresentation) AsString ¶
func (UnionRepresentation) AsString() (string, error)
func (UnionRepresentation) IsAbsent ¶
func (UnionRepresentation) IsAbsent() bool
func (UnionRepresentation) IsNull ¶
func (UnionRepresentation) IsNull() bool
func (UnionRepresentation) Kind ¶
func (UnionRepresentation) Kind() ipld.Kind
func (UnionRepresentation) Length ¶
func (UnionRepresentation) Length() int64
func (UnionRepresentation) ListIterator ¶
func (UnionRepresentation) ListIterator() ipld.ListIterator
func (UnionRepresentation) LookupByIndex ¶
func (UnionRepresentation) LookupByIndex(idx int64) (ipld.Node, error)
func (UnionRepresentation) LookupByNode ¶
func (UnionRepresentation) LookupBySegment ¶
func (n UnionRepresentation) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (UnionRepresentation) LookupByString ¶
func (n UnionRepresentation) LookupByString(key string) (ipld.Node, error)
func (UnionRepresentation) MapIterator ¶
func (n UnionRepresentation) MapIterator() ipld.MapIterator
func (UnionRepresentation) Prototype ¶
func (UnionRepresentation) Prototype() ipld.NodePrototype
func (UnionRepresentation) Representation ¶
func (n UnionRepresentation) Representation() ipld.Node
func (UnionRepresentation) Type ¶
func (UnionRepresentation) Type() schema.Type
type UnionRepresentation_BytePrefix ¶
type UnionRepresentation_BytePrefix = *_UnionRepresentation_BytePrefix
UnionRepresentation_BytePrefix matches the IPLD Schema type "UnionRepresentation_BytePrefix". It has Struct type-kind, and may be interrogated like map kind.
func (UnionRepresentation_BytePrefix) AsBool ¶
func (UnionRepresentation_BytePrefix) AsBool() (bool, error)
func (UnionRepresentation_BytePrefix) AsBytes ¶
func (UnionRepresentation_BytePrefix) AsBytes() ([]byte, error)
func (UnionRepresentation_BytePrefix) AsFloat ¶
func (UnionRepresentation_BytePrefix) AsFloat() (float64, error)
func (UnionRepresentation_BytePrefix) AsInt ¶
func (UnionRepresentation_BytePrefix) AsInt() (int64, error)
func (UnionRepresentation_BytePrefix) AsLink ¶
func (UnionRepresentation_BytePrefix) AsLink() (ipld.Link, error)
func (UnionRepresentation_BytePrefix) AsString ¶
func (UnionRepresentation_BytePrefix) AsString() (string, error)
func (UnionRepresentation_BytePrefix) IsAbsent ¶
func (UnionRepresentation_BytePrefix) IsAbsent() bool
func (UnionRepresentation_BytePrefix) IsNull ¶
func (UnionRepresentation_BytePrefix) IsNull() bool
func (UnionRepresentation_BytePrefix) Kind ¶
func (UnionRepresentation_BytePrefix) Kind() ipld.Kind
func (UnionRepresentation_BytePrefix) Length ¶
func (UnionRepresentation_BytePrefix) Length() int64
func (UnionRepresentation_BytePrefix) ListIterator ¶
func (UnionRepresentation_BytePrefix) ListIterator() ipld.ListIterator
func (UnionRepresentation_BytePrefix) LookupByIndex ¶
func (UnionRepresentation_BytePrefix) LookupByIndex(idx int64) (ipld.Node, error)
func (UnionRepresentation_BytePrefix) LookupByNode ¶
func (UnionRepresentation_BytePrefix) LookupBySegment ¶
func (n UnionRepresentation_BytePrefix) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (UnionRepresentation_BytePrefix) LookupByString ¶
func (n UnionRepresentation_BytePrefix) LookupByString(key string) (ipld.Node, error)
func (UnionRepresentation_BytePrefix) MapIterator ¶
func (n UnionRepresentation_BytePrefix) MapIterator() ipld.MapIterator
func (UnionRepresentation_BytePrefix) Prototype ¶
func (UnionRepresentation_BytePrefix) Prototype() ipld.NodePrototype
func (UnionRepresentation_BytePrefix) Representation ¶
func (n UnionRepresentation_BytePrefix) Representation() ipld.Node
func (UnionRepresentation_BytePrefix) Type ¶
func (UnionRepresentation_BytePrefix) Type() schema.Type
type UnionRepresentation_Envelope ¶
type UnionRepresentation_Envelope = *_UnionRepresentation_Envelope
UnionRepresentation_Envelope matches the IPLD Schema type "UnionRepresentation_Envelope". It has Struct type-kind, and may be interrogated like map kind.
func (UnionRepresentation_Envelope) AsBool ¶
func (UnionRepresentation_Envelope) AsBool() (bool, error)
func (UnionRepresentation_Envelope) AsBytes ¶
func (UnionRepresentation_Envelope) AsBytes() ([]byte, error)
func (UnionRepresentation_Envelope) AsFloat ¶
func (UnionRepresentation_Envelope) AsFloat() (float64, error)
func (UnionRepresentation_Envelope) AsInt ¶
func (UnionRepresentation_Envelope) AsInt() (int64, error)
func (UnionRepresentation_Envelope) AsLink ¶
func (UnionRepresentation_Envelope) AsLink() (ipld.Link, error)
func (UnionRepresentation_Envelope) AsString ¶
func (UnionRepresentation_Envelope) AsString() (string, error)
func (UnionRepresentation_Envelope) IsAbsent ¶
func (UnionRepresentation_Envelope) IsAbsent() bool
func (UnionRepresentation_Envelope) IsNull ¶
func (UnionRepresentation_Envelope) IsNull() bool
func (UnionRepresentation_Envelope) Kind ¶
func (UnionRepresentation_Envelope) Kind() ipld.Kind
func (UnionRepresentation_Envelope) Length ¶
func (UnionRepresentation_Envelope) Length() int64
func (UnionRepresentation_Envelope) ListIterator ¶
func (UnionRepresentation_Envelope) ListIterator() ipld.ListIterator
func (UnionRepresentation_Envelope) LookupByIndex ¶
func (UnionRepresentation_Envelope) LookupByIndex(idx int64) (ipld.Node, error)
func (UnionRepresentation_Envelope) LookupByNode ¶
func (UnionRepresentation_Envelope) LookupBySegment ¶
func (n UnionRepresentation_Envelope) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (UnionRepresentation_Envelope) LookupByString ¶
func (n UnionRepresentation_Envelope) LookupByString(key string) (ipld.Node, error)
func (UnionRepresentation_Envelope) MapIterator ¶
func (n UnionRepresentation_Envelope) MapIterator() ipld.MapIterator
func (UnionRepresentation_Envelope) Prototype ¶
func (UnionRepresentation_Envelope) Prototype() ipld.NodePrototype
func (UnionRepresentation_Envelope) Representation ¶
func (n UnionRepresentation_Envelope) Representation() ipld.Node
func (UnionRepresentation_Envelope) Type ¶
func (UnionRepresentation_Envelope) Type() schema.Type
type UnionRepresentation_Inline ¶
type UnionRepresentation_Inline = *_UnionRepresentation_Inline
UnionRepresentation_Inline matches the IPLD Schema type "UnionRepresentation_Inline". It has Struct type-kind, and may be interrogated like map kind.
func (UnionRepresentation_Inline) AsBool ¶
func (UnionRepresentation_Inline) AsBool() (bool, error)
func (UnionRepresentation_Inline) AsBytes ¶
func (UnionRepresentation_Inline) AsBytes() ([]byte, error)
func (UnionRepresentation_Inline) AsFloat ¶
func (UnionRepresentation_Inline) AsFloat() (float64, error)
func (UnionRepresentation_Inline) AsInt ¶
func (UnionRepresentation_Inline) AsInt() (int64, error)
func (UnionRepresentation_Inline) AsLink ¶
func (UnionRepresentation_Inline) AsLink() (ipld.Link, error)
func (UnionRepresentation_Inline) AsString ¶
func (UnionRepresentation_Inline) AsString() (string, error)
func (UnionRepresentation_Inline) IsAbsent ¶
func (UnionRepresentation_Inline) IsAbsent() bool
func (UnionRepresentation_Inline) IsNull ¶
func (UnionRepresentation_Inline) IsNull() bool
func (UnionRepresentation_Inline) Kind ¶
func (UnionRepresentation_Inline) Kind() ipld.Kind
func (UnionRepresentation_Inline) Length ¶
func (UnionRepresentation_Inline) Length() int64
func (UnionRepresentation_Inline) ListIterator ¶
func (UnionRepresentation_Inline) ListIterator() ipld.ListIterator
func (UnionRepresentation_Inline) LookupByIndex ¶
func (UnionRepresentation_Inline) LookupByIndex(idx int64) (ipld.Node, error)
func (UnionRepresentation_Inline) LookupByNode ¶
func (UnionRepresentation_Inline) LookupBySegment ¶
func (n UnionRepresentation_Inline) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (UnionRepresentation_Inline) LookupByString ¶
func (n UnionRepresentation_Inline) LookupByString(key string) (ipld.Node, error)
func (UnionRepresentation_Inline) MapIterator ¶
func (n UnionRepresentation_Inline) MapIterator() ipld.MapIterator
func (UnionRepresentation_Inline) Prototype ¶
func (UnionRepresentation_Inline) Prototype() ipld.NodePrototype
func (UnionRepresentation_Inline) Representation ¶
func (n UnionRepresentation_Inline) Representation() ipld.Node
func (UnionRepresentation_Inline) Type ¶
func (UnionRepresentation_Inline) Type() schema.Type
type UnionRepresentation_Keyed ¶
type UnionRepresentation_Keyed = *_UnionRepresentation_Keyed
UnionRepresentation_Keyed matches the IPLD Schema type "UnionRepresentation_Keyed". It has map kind.
func (UnionRepresentation_Keyed) AsBool ¶
func (UnionRepresentation_Keyed) AsBool() (bool, error)
func (UnionRepresentation_Keyed) AsBytes ¶
func (UnionRepresentation_Keyed) AsBytes() ([]byte, error)
func (UnionRepresentation_Keyed) AsFloat ¶
func (UnionRepresentation_Keyed) AsFloat() (float64, error)
func (UnionRepresentation_Keyed) AsInt ¶
func (UnionRepresentation_Keyed) AsInt() (int64, error)
func (UnionRepresentation_Keyed) AsLink ¶
func (UnionRepresentation_Keyed) AsLink() (ipld.Link, error)
func (UnionRepresentation_Keyed) AsString ¶
func (UnionRepresentation_Keyed) AsString() (string, error)
func (UnionRepresentation_Keyed) IsAbsent ¶
func (UnionRepresentation_Keyed) IsAbsent() bool
func (UnionRepresentation_Keyed) IsNull ¶
func (UnionRepresentation_Keyed) IsNull() bool
func (UnionRepresentation_Keyed) Iterator ¶
func (n UnionRepresentation_Keyed) Iterator() *UnionRepresentation_Keyed__Itr
func (UnionRepresentation_Keyed) Kind ¶
func (UnionRepresentation_Keyed) Kind() ipld.Kind
func (UnionRepresentation_Keyed) Length ¶
func (n UnionRepresentation_Keyed) Length() int64
func (UnionRepresentation_Keyed) ListIterator ¶
func (UnionRepresentation_Keyed) ListIterator() ipld.ListIterator
func (UnionRepresentation_Keyed) LookupByIndex ¶
func (UnionRepresentation_Keyed) LookupByIndex(idx int64) (ipld.Node, error)
func (UnionRepresentation_Keyed) LookupByNode ¶
func (UnionRepresentation_Keyed) LookupBySegment ¶
func (n UnionRepresentation_Keyed) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (UnionRepresentation_Keyed) LookupByString ¶
func (n UnionRepresentation_Keyed) LookupByString(k string) (ipld.Node, error)
func (UnionRepresentation_Keyed) MapIterator ¶
func (n UnionRepresentation_Keyed) MapIterator() ipld.MapIterator
func (UnionRepresentation_Keyed) Prototype ¶
func (UnionRepresentation_Keyed) Prototype() ipld.NodePrototype
func (UnionRepresentation_Keyed) Representation ¶
func (n UnionRepresentation_Keyed) Representation() ipld.Node
func (UnionRepresentation_Keyed) Type ¶
func (UnionRepresentation_Keyed) Type() schema.Type
type UnionRepresentation_Keyed__Itr ¶
type UnionRepresentation_Keyed__Itr struct {
// contains filtered or unexported fields
}
func (*UnionRepresentation_Keyed__Itr) Done ¶
func (itr *UnionRepresentation_Keyed__Itr) Done() bool
func (*UnionRepresentation_Keyed__Itr) Next ¶
func (itr *UnionRepresentation_Keyed__Itr) Next() (k String, v TypeName)
type UnionRepresentation_Kinded ¶
type UnionRepresentation_Kinded = *_UnionRepresentation_Kinded
UnionRepresentation_Kinded matches the IPLD Schema type "UnionRepresentation_Kinded". It has map kind.
func (UnionRepresentation_Kinded) AsBool ¶
func (UnionRepresentation_Kinded) AsBool() (bool, error)
func (UnionRepresentation_Kinded) AsBytes ¶
func (UnionRepresentation_Kinded) AsBytes() ([]byte, error)
func (UnionRepresentation_Kinded) AsFloat ¶
func (UnionRepresentation_Kinded) AsFloat() (float64, error)
func (UnionRepresentation_Kinded) AsInt ¶
func (UnionRepresentation_Kinded) AsInt() (int64, error)
func (UnionRepresentation_Kinded) AsLink ¶
func (UnionRepresentation_Kinded) AsLink() (ipld.Link, error)
func (UnionRepresentation_Kinded) AsString ¶
func (UnionRepresentation_Kinded) AsString() (string, error)
func (UnionRepresentation_Kinded) IsAbsent ¶
func (UnionRepresentation_Kinded) IsAbsent() bool
func (UnionRepresentation_Kinded) IsNull ¶
func (UnionRepresentation_Kinded) IsNull() bool
func (UnionRepresentation_Kinded) Iterator ¶
func (n UnionRepresentation_Kinded) Iterator() *UnionRepresentation_Kinded__Itr
func (UnionRepresentation_Kinded) Kind ¶
func (UnionRepresentation_Kinded) Kind() ipld.Kind
func (UnionRepresentation_Kinded) Length ¶
func (n UnionRepresentation_Kinded) Length() int64
func (UnionRepresentation_Kinded) ListIterator ¶
func (UnionRepresentation_Kinded) ListIterator() ipld.ListIterator
func (UnionRepresentation_Kinded) LookupByIndex ¶
func (UnionRepresentation_Kinded) LookupByIndex(idx int64) (ipld.Node, error)
func (UnionRepresentation_Kinded) LookupByNode ¶
func (UnionRepresentation_Kinded) LookupBySegment ¶
func (n UnionRepresentation_Kinded) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (UnionRepresentation_Kinded) LookupByString ¶
func (n UnionRepresentation_Kinded) LookupByString(k string) (ipld.Node, error)
func (UnionRepresentation_Kinded) MapIterator ¶
func (n UnionRepresentation_Kinded) MapIterator() ipld.MapIterator
func (UnionRepresentation_Kinded) Prototype ¶
func (UnionRepresentation_Kinded) Prototype() ipld.NodePrototype
func (UnionRepresentation_Kinded) Representation ¶
func (n UnionRepresentation_Kinded) Representation() ipld.Node
func (UnionRepresentation_Kinded) Type ¶
func (UnionRepresentation_Kinded) Type() schema.Type
type UnionRepresentation_Kinded__Itr ¶
type UnionRepresentation_Kinded__Itr struct {
// contains filtered or unexported fields
}
func (*UnionRepresentation_Kinded__Itr) Done ¶
func (itr *UnionRepresentation_Kinded__Itr) Done() bool
func (*UnionRepresentation_Kinded__Itr) Next ¶
func (itr *UnionRepresentation_Kinded__Itr) Next() (k RepresentationKind, v TypeName)
type UnionRepresentation_StringPrefix ¶
type UnionRepresentation_StringPrefix = *_UnionRepresentation_StringPrefix
UnionRepresentation_StringPrefix matches the IPLD Schema type "UnionRepresentation_StringPrefix". It has Struct type-kind, and may be interrogated like map kind.
func (UnionRepresentation_StringPrefix) AsBool ¶
func (UnionRepresentation_StringPrefix) AsBool() (bool, error)
func (UnionRepresentation_StringPrefix) AsBytes ¶
func (UnionRepresentation_StringPrefix) AsBytes() ([]byte, error)
func (UnionRepresentation_StringPrefix) AsFloat ¶
func (UnionRepresentation_StringPrefix) AsFloat() (float64, error)
func (UnionRepresentation_StringPrefix) AsInt ¶
func (UnionRepresentation_StringPrefix) AsInt() (int64, error)
func (UnionRepresentation_StringPrefix) AsLink ¶
func (UnionRepresentation_StringPrefix) AsLink() (ipld.Link, error)
func (UnionRepresentation_StringPrefix) AsString ¶
func (UnionRepresentation_StringPrefix) AsString() (string, error)
func (UnionRepresentation_StringPrefix) IsAbsent ¶
func (UnionRepresentation_StringPrefix) IsAbsent() bool
func (UnionRepresentation_StringPrefix) IsNull ¶
func (UnionRepresentation_StringPrefix) IsNull() bool
func (UnionRepresentation_StringPrefix) Kind ¶
func (UnionRepresentation_StringPrefix) Kind() ipld.Kind
func (UnionRepresentation_StringPrefix) Length ¶
func (UnionRepresentation_StringPrefix) Length() int64
func (UnionRepresentation_StringPrefix) ListIterator ¶
func (UnionRepresentation_StringPrefix) ListIterator() ipld.ListIterator
func (UnionRepresentation_StringPrefix) LookupByIndex ¶
func (UnionRepresentation_StringPrefix) LookupByIndex(idx int64) (ipld.Node, error)
func (UnionRepresentation_StringPrefix) LookupByNode ¶
func (UnionRepresentation_StringPrefix) LookupBySegment ¶
func (n UnionRepresentation_StringPrefix) LookupBySegment(seg ipld.PathSegment) (ipld.Node, error)
func (UnionRepresentation_StringPrefix) LookupByString ¶
func (n UnionRepresentation_StringPrefix) LookupByString(key string) (ipld.Node, error)
func (UnionRepresentation_StringPrefix) MapIterator ¶
func (n UnionRepresentation_StringPrefix) MapIterator() ipld.MapIterator
func (UnionRepresentation_StringPrefix) Prototype ¶
func (UnionRepresentation_StringPrefix) Prototype() ipld.NodePrototype
func (UnionRepresentation_StringPrefix) Representation ¶
func (n UnionRepresentation_StringPrefix) Representation() ipld.Node
func (UnionRepresentation_StringPrefix) Type ¶
func (UnionRepresentation_StringPrefix) Type() schema.Type
type Unit ¶
type Unit = *_Unit
Unit matches the IPLD Schema type "Unit". It has Struct type-kind, and may be interrogated like map kind.
func (Unit) ListIterator ¶
func (Unit) ListIterator() ipld.ListIterator
func (Unit) LookupBySegment ¶
func (Unit) MapIterator ¶
func (n Unit) MapIterator() ipld.MapIterator
func (Unit) Prototype ¶
func (Unit) Prototype() ipld.NodePrototype