Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeModuleID ¶ added in v0.9.4
DecodeModule base64-decodes and JSON unmarshals an ID, returning the module typename and its data.
func EncodeModule ¶ added in v0.9.4
EncodeModule JSON marshals and base64-encodes a module ID from its typename and data.
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.