Created
March 23, 2013 00:18
-
-
Save collinvandyck/5225739 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type Event struct { | |
| OrganizationId string `json:"organizationId"` | |
| CreatedAt uint64 `json:"createdAt"` | |
| Level string `json:"level"` | |
| Status string `json:"status"` | |
| Source Source `json:"source"` | |
| Properties map[string]interface{} `json:"properties"` | |
| FingerprintFields []string `json:"fingerprintFields"` | |
| Tags []string `json:"tags"` | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment