Skip to content

Instantly share code, notes, and snippets.

@herman-rogers
Last active February 19, 2017 18:39
Show Gist options
  • Save herman-rogers/b96765012d52da5c77b20221ef39a27f to your computer and use it in GitHub Desktop.
Save herman-rogers/b96765012d52da5c77b20221ef39a27f to your computer and use it in GitHub Desktop.
Mr. Robot Data
type MrRobotMessage struct {
ArchivePath string `json:"archivepath"`
Project string `json:"project"`
EngineName string `json:"enginename"`
EnginePlatform string `json:"engineplatform"`
EngineVersion string `json:"engineversion"`
BuildrID string `json:"buildrid"`
BuildID string `json:"buildid"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment