Documentation ¶
Overview ¶
Package worker provides an implementation of the bazel worker protocol.
Tools may be written as a normal command line utility, except the passed run function may be invoked multiple times.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LookupDigest ¶
LookupDigest returns a digest for the given file.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache is a worker cache.
They can be created via NewCache.
Click to show internal directories.
Click to hide internal directories.