package
Version:
v2.0.2
Opens a new window with list of versions in this module.
Published: Jan 1, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
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 struct {
ID string `json:"id" bson:"_id"`
Error string `json:"error" bson:"error"`
Platform string `json:"platform" bson:"platform"`
Stack string `json:"stack" bson:"stack"`
Version string `json:"version" bson:"version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.