Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultCLIExtension is the file extension used to mark a file as an infrakit cli command. // Typically templates have the .ikt extension, while CLI commands have .ikc extension DefaultCLIExtension = ".ikc" )
Variables ¶
This section is empty.
Functions ¶
func Dir ¶
func Dir() string
Dir returns the directory to use for modules, which may be customized by the environment.
func IsMissingDir ¶
IsMissingDir returns if the error is from missing or not a directory
func NewModules ¶
NewModules returns an implementation of Modules using data found locally on disk
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.