Documentation
¶
Index ¶
Constants ¶
View Source
const ( // InitTOML is the filename of the configuration for ec2-macos-init. InitTOML = "init.toml" // HistoryJSON is the filename of the per-instance persisted history state, // used to store on disk. HistoryJSON = "history.json" )
View Source
const (
// DefaultBaseDirectory is the root directory in which other paths are based upon.
DefaultBaseDirectory = "/usr/local/aws/ec2-macos-init"
)
Variables ¶
This section is empty.
Functions ¶
func AllInstancesHistory ¶
AllInstancesHistory returns the path where all instances' history is, relative to given base directory.
func InstanceHistory ¶
InstanceHistory returns the path where the *specified* instance (given by its instance ID) is.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.