The highest tagged major version is
v2.
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Mar 11, 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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.