Filling out docs some more
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
package darkstorm
|
||||
|
||||
type CrashReport struct{}
|
||||
type IndividualCrash struct {
|
||||
Platform string
|
||||
Error string
|
||||
Stack string
|
||||
Count int
|
||||
}
|
||||
|
||||
type CrashReport struct {
|
||||
ID string
|
||||
Error string
|
||||
FirstLine string
|
||||
Individual []IndividualCrash
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user