# Functions
InitMaster will start a master instance with configFile.
StartRemoteClient will start a remote client that can talk to a remote server that is already running on dsn address.
StartRemoteMasterServer starts a remote pmgo server listening on dsn address and binding to configFile.
# Structs
DecodableMaster is a struct that the config toml file will decode to.
GoBin is a struct that represents the necessary arguments for a go binary to be built.
Master is the main module that keeps everything in place and execute the necessary actions to keep the process running as they should be.
ProcDataResponse is a struct than about proc attr.
ProcResponse is procs attr array.
RemoteClient is a struct that holds the remote client instance.
RemoteMaster is a struct that holds the master instance.