Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncLoadResult ¶
AsyncLoadResult is sent once over the channel returned by an async load.
type ResponseProgress ¶
type ResponseProgress struct { Node ipld.Node // a node which matched the graphsync query Path ipld.Path // the path of that node relative to the traversal start LastBlock struct { Path ipld.Path Link ipld.Link } }
ResponseProgress is the fundamental unit of responses making progress in the RequestManager.
Click to show internal directories.
Click to hide internal directories.