# Functions
LoadEvent is a convenience function that ensures you don't have to manually create an empty models.Event{} struct and use NewEvent() all the time.
LoadEventRequestFromFile is as convenience function to unmarshal a EventRequest from a YAML file.
NewDefaultPayloadLocation is a placeholder to help code refactoring and reduce import cycles.
NewEvent helper for a new event.
# Constants
defaults TODO: this will have to be moved somewhere else.
# Structs
Account represents an Account for a Event.
ConfigLocation holds the paths to the configuration files for the Cosmos-SDK based node and CLI.
Event maintain the status of an event.
EventRequest holds metadata about the event, including how the genesis.json should be setup.
GenesisAccount is the configuration of accounts present in the genesis block.
Machine holds the configuration of a Machine.
MachineNetworkConfig holds information read from docker-machine about the deployed VM's network settings.
PayloadLocation holds metadata about the copy of the launchpayload that is stored on the machine running LaunchControlD.