Documentation ¶
Index ¶
- Variables
- func CompareEtag(a, b string) bool
- func Hash(v interface{}) ([]byte, error)
- func HashInto(v interface{}, h io.Writer) error
- type ChangeDir
- type Download
- type EVTNode
- type Evaluator
- type EvaluatorEnv
- type FSPath
- type InstallFiles
- type KnownSum
- type Link
- type MakeDir
- type Patch
- type Replace
- type Rmrf
- type SetEnv
- type SetRoot
- type Shell
- type Statements
- type System
- type Unpack
- type WriteFile
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("entry not found")
)
Functions ¶
func CompareEtag ¶
Types ¶
type Evaluator ¶
type Evaluator struct { L hclog.Logger // contains filtered or unexported fields }
func NewEvaluator ¶
func NewEvaluator(L hclog.Logger, opts EvaluatorEnv) *Evaluator
type EvaluatorEnv ¶
type InstallFiles ¶
type Statements ¶
type Statements struct {
Statements []EVTNode
}
Click to show internal directories.
Click to hide internal directories.