Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Codec ¶ added in v0.4.3
type Codec struct{}
Codec implements the custom codec interface.
type Latency ¶
type ListChannel ¶
type SubGraph ¶
type SubGraph struct { Attr string Count int Offset int AfterUid uint64 GetCount uint16 Children []*SubGraph IsRoot bool GetUid bool Query []byte Result []byte // contains filtered or unexported fields }
SubGraph is the way to represent data internally. It contains both the query and the response. Once generated, this can then be encoded to other client convenient formats, like GraphQL / JSON.
func ToSubGraph ¶
Click to show internal directories.
Click to hide internal directories.