Documentation
¶
Index ¶
- type K
- func (K) AsBool() (bool, error)
- func (K) AsBytes() ([]byte, error)
- func (K) AsFloat() (float64, error)
- func (K) AsInt() (int, error)
- func (K) AsLink() (ipld.Link, error)
- func (n *K) AsString() (string, error)
- func (K) IsNull() bool
- func (K) IsUndefined() bool
- func (K) Length() int
- func (K) ListIterator() ipld.ListIterator
- func (K) Lookup(key ipld.Node) (ipld.Node, error)
- func (K) LookupIndex(idx int) (ipld.Node, error)
- func (K) LookupSegment(seg ipld.PathSegment) (ipld.Node, error)
- func (K) LookupString(string) (ipld.Node, error)
- func (K) MapIterator() ipld.MapIterator
- func (K) ReprKind() ipld.ReprKind
- func (K) Style() ipld.NodeStyle
- type K2
- func (K2) AsBool() (bool, error)
- func (K2) AsBytes() ([]byte, error)
- func (K2) AsFloat() (float64, error)
- func (K2) AsInt() (int, error)
- func (K2) AsLink() (ipld.Link, error)
- func (K2) AsString() (string, error)
- func (K2) IsNull() bool
- func (K2) IsUndefined() bool
- func (K2) Length() int
- func (K2) ListIterator() ipld.ListIterator
- func (n *K2) Lookup(key ipld.Node) (ipld.Node, error)
- func (K2) LookupIndex(idx int) (ipld.Node, error)
- func (n *K2) LookupSegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n *K2) LookupString(key string) (ipld.Node, error)
- func (n *K2) MapIterator() ipld.MapIterator
- func (K2) ReprKind() ipld.ReprKind
- func (K2) Style() ipld.NodeStyle
- type Map_K2_T2
- type Map_K_T
- func (Map_K_T) AsBool() (bool, error)
- func (Map_K_T) AsBytes() ([]byte, error)
- func (Map_K_T) AsFloat() (float64, error)
- func (Map_K_T) AsInt() (int, error)
- func (Map_K_T) AsLink() (ipld.Link, error)
- func (Map_K_T) AsString() (string, error)
- func (n *Map_K_T) Get(key *K) (*T, error)
- func (Map_K_T) IsNull() bool
- func (Map_K_T) IsUndefined() bool
- func (n *Map_K_T) Length() int
- func (Map_K_T) ListIterator() ipld.ListIterator
- func (n *Map_K_T) Lookup(key ipld.Node) (ipld.Node, error)
- func (Map_K_T) LookupIndex(idx int) (ipld.Node, error)
- func (n *Map_K_T) LookupSegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n *Map_K_T) LookupString(key string) (ipld.Node, error)
- func (n *Map_K_T) MapIterator() ipld.MapIterator
- func (Map_K_T) ReprKind() ipld.ReprKind
- func (Map_K_T) Style() ipld.NodeStyle
- type Style__Int
- type Style__String
- type T
- func (T) AsBool() (bool, error)
- func (T) AsBytes() ([]byte, error)
- func (T) AsFloat() (float64, error)
- func (n *T) AsInt() (int, error)
- func (T) AsLink() (ipld.Link, error)
- func (T) AsString() (string, error)
- func (T) IsNull() bool
- func (T) IsUndefined() bool
- func (T) Length() int
- func (T) ListIterator() ipld.ListIterator
- func (T) Lookup(key ipld.Node) (ipld.Node, error)
- func (T) LookupIndex(idx int) (ipld.Node, error)
- func (T) LookupSegment(seg ipld.PathSegment) (ipld.Node, error)
- func (T) LookupString(string) (ipld.Node, error)
- func (T) MapIterator() ipld.MapIterator
- func (T) ReprKind() ipld.ReprKind
- func (T) Style() ipld.NodeStyle
- type T2
- func (T2) AsBool() (bool, error)
- func (T2) AsBytes() ([]byte, error)
- func (T2) AsFloat() (float64, error)
- func (T2) AsInt() (int, error)
- func (T2) AsLink() (ipld.Link, error)
- func (T2) AsString() (string, error)
- func (T2) IsNull() bool
- func (T2) IsUndefined() bool
- func (T2) Length() int
- func (T2) ListIterator() ipld.ListIterator
- func (n *T2) Lookup(key ipld.Node) (ipld.Node, error)
- func (T2) LookupIndex(idx int) (ipld.Node, error)
- func (n *T2) LookupSegment(seg ipld.PathSegment) (ipld.Node, error)
- func (n *T2) LookupString(key string) (ipld.Node, error)
- func (n *T2) MapIterator() ipld.MapIterator
- func (T2) ReprKind() ipld.ReprKind
- func (T2) Style() ipld.NodeStyle
- type Type__Map_K_T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K ¶
type K struct {
// contains filtered or unexported fields
}
func (K) IsUndefined ¶
func (K) ListIterator ¶
func (K) ListIterator() ipld.ListIterator
func (K) LookupSegment ¶
func (K) MapIterator ¶
func (K) MapIterator() ipld.MapIterator
type K2 ¶
type K2 struct {
// contains filtered or unexported fields
}
func (K2) IsUndefined ¶
func (K2) ListIterator ¶
func (K2) ListIterator() ipld.ListIterator
func (*K2) LookupSegment ¶
func (*K2) MapIterator ¶
func (n *K2) MapIterator() ipld.MapIterator
type Map_K_T ¶
type Map_K_T struct {
// contains filtered or unexported fields
}
func (Map_K_T) IsUndefined ¶
func (Map_K_T) ListIterator ¶
func (Map_K_T) ListIterator() ipld.ListIterator
func (*Map_K_T) LookupSegment ¶
func (*Map_K_T) MapIterator ¶
func (n *Map_K_T) MapIterator() ipld.MapIterator
type Style__Int ¶
type Style__Int struct{}
func (Style__Int) NewBuilder ¶
func (Style__Int) NewBuilder() ipld.NodeBuilder
type Style__String ¶
type Style__String struct{}
func (Style__String) NewBuilder ¶
func (Style__String) NewBuilder() ipld.NodeBuilder
type T ¶
type T struct {
// contains filtered or unexported fields
}
func (T) IsUndefined ¶
func (T) ListIterator ¶
func (T) ListIterator() ipld.ListIterator
func (T) LookupSegment ¶
func (T) MapIterator ¶
func (T) MapIterator() ipld.MapIterator
type T2 ¶
type T2 struct {
// contains filtered or unexported fields
}
func (T2) IsUndefined ¶
func (T2) ListIterator ¶
func (T2) ListIterator() ipld.ListIterator
func (*T2) LookupSegment ¶
func (*T2) MapIterator ¶
func (n *T2) MapIterator() ipld.MapIterator
type Type__Map_K_T ¶
type Type__Map_K_T struct{}
Type__Map_K_T implements both schema.Type and ipld.NodeStyle.
REVIEW: Should this just be exported? I think probably yes. Alternatives: `Types().Map_K_T().NewBuilder()`; or, `Types` as a large const?
func (Type__Map_K_T) NewBuilder ¶
func (Type__Map_K_T) NewBuilder() ipld.NodeBuilder
Click to show internal directories.
Click to hide internal directories.