Documentation
¶
Index ¶
Constants ¶
View Source
const ( // GraphCapacity bounds the graph cache: a handful of recent workspace states is // plenty. Unbounded stores pass 0. GraphCapacity = 32 )
Variables ¶
View Source
var ErrDisabled = errors.New("cache disabled")
Functions ¶
func BuildIdentity ¶
func BuildIdentity() string
Types ¶
type FileDigest ¶
type Fingerprint ¶
type Fingerprint [32]byte
func (Fingerprint) String ¶
func (f Fingerprint) String() string
type Manifest ¶
type Manifest struct {
Root string
Key Fingerprint
Files []FileDigest
// contains filtered or unexported fields
}
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.