Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Digestible ¶ added in v0.8.8
type Digestible interface {
Digest() (digest.Digest, error)
}
Digestible is any object which can return a digest of its content.
It is used to record the request's result as an output of the request's vertex in the progress stream.
Click to show internal directories.
Click to hide internal directories.