The highest tagged major version is
v2.
package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Aug 7, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
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.