Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Created March 23, 2013 00:18
Show Gist options
  • Select an option

  • Save collinvandyck/5225739 to your computer and use it in GitHub Desktop.

Select an option

Save collinvandyck/5225739 to your computer and use it in GitHub Desktop.
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