Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Latency ¶
type ListChannel ¶
type SubGraph ¶
type SubGraph struct { Attr string Count int Offset int Children []*SubGraph Query []byte Result []byte }
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.