mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
packer: More comments/docs
This commit is contained in:
parent
4fc764430d
commit
de03e97643
1 changed files with 2 additions and 0 deletions
|
|
@ -10,8 +10,10 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// The function type used to lookup Builder implementations.
|
||||
type BuilderFunc func(name string) (Builder, error)
|
||||
|
||||
// The function type used to lookup Command implementations.
|
||||
type CommandFunc func(name string) (Command, error)
|
||||
|
||||
// The environment interface provides access to the configuration and
|
||||
|
|
|
|||
Loading…
Reference in a new issue