Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClusterKey ¶
GetClusterKey returns the registered key path for a cluster
Types ¶
type ClusterName ¶
type ClusterName string
ClusterName is the name of an ECS Cluster (example: "mountain")
type Config ¶
type Config struct {
Keys Keys `yaml:"keys"`
}
Config represents global application configuration
type YAMLFile ¶
type YAMLFile struct {
// contains filtered or unexported fields
}
YAMLFile stores config in a YAML file on disk, this is the default. It implements the storage adapter interface.
func GetYAMLConfig ¶
func GetYAMLConfig() *YAMLFile
GetYAMLConfig gets, or creates, a yaml configuration file from disk
func ReadYAMLFile ¶
ReadYAMLFile Sets the file to be used for storing config
func (*YAMLFile) IsModified ¶
IsModified implements a modified
Click to show internal directories.
Click to hide internal directories.