Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckoutStrategy ¶
type CheckoutStrategy int
CheckoutStrategy enumerates the strategies for checking out files from the cache
const ( // LinkStrategy creates read-only symbolic links to files in the cache LinkStrategy CheckoutStrategy = iota // CopyStrategy creates copies of files in the cache CopyStrategy )
func (CheckoutStrategy) String ¶
func (strat CheckoutStrategy) String() string
Click to show internal directories.
Click to hide internal directories.