Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct { ID string `json:"id" bson:"_id"` Error string `json:"error" bson:"error"` FirstLine string `json:"first" bson:"first"` Crashes []Individual `json:"crashes" bson:"crashes"` }
type Individual ¶
Click to show internal directories.
Click to hide internal directories.