Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Python = "PYTHON" Golang = "GO" )
View Source
var (
PythonErrorRegex = regexp.MustCompile(`(?s)Traceback \(most recent call last\)\:\n.*`)
)
Functions ¶
This section is empty.
Types ¶
type AppError ¶
type AppError struct {
StackTrace string `msgpack:"st" json:"stack_trace"`
Lang string `msgpack:"l" json:"language"`
FirstSeen int64 `msgpack:"fs" json:"first_seen"`
LastSeen int64 `msgpack:"ls" json:"last_seen"`
Status string `msgpack:"s" json:"status"`
Occurrences []*Occurrence `msgpack:"o" json:"occurrences"`
ID string `msgpack:"-" json:"id"`
}
type ErrorDB ¶
type ErrorDB struct {
// contains filtered or unexported fields
}
type Occurrence ¶
Click to show internal directories.
Click to hide internal directories.