package
0.0.0-20210727112111-33bb21918eae
Repository: https://github.com/force12io/force12.git
Documentation: pkg.go.dev
# Functions
AppsFromData converts apps data from json into tasks.
GetApps retrives the app definitions from the server for a given userID.
SendMetrics sends the current state of tasks to the API.
# Structs
AppDescription is the json describing an individual app.
AppsMessage is the json that arrives from /apps/<userID>.
DemandPayload is the JSON sent from the server describing the number of containers needed for each task This is only used if we're generating demand server-sde.
DockerAppConfig is the json describing parameters that need to be passed into Docker when starting this app TODO!! This is not really just Docker-specific as we have some target info in here too.