Documentation
¶
Overview ¶
Package stencil provides an entry point for interacting with Stencil.
Index ¶
Constants ¶
View Source
const (
// LockfileName is the name of the lockfile used by stencil
LockfileName = "stencil.lock"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lockfile ¶
type Lockfile struct {
// Version correlates to the version of bootstrap
// that generated this file.
Version string `yaml:"version"`
// Generated was the last time this file was modified
Generated time.Time `yaml:"generated"`
}
func LoadLockfile ¶
LoadLockfile loads a lockfile from a bootstrap repository path
Click to show internal directories.
Click to hide internal directories.