package
Version:
v0.0.0-...-449df0f
Opens a new window with list of versions in this module.
Published: Aug 21, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Exception struct {
Code interface{} `json:"code"`
Message string `json:"message"`
Module *string `json:"module"`
Attributes interface{} `json:"attributes"`
StacktraceFrames m.StacktraceFrames `json:"stacktrace"`
Type *string `json:"type"`
Uncaught *bool `json:"uncaught"`
}
type Log struct {
Level *string `json:"level"`
Message string `json:"message"`
ParamMessage *string `json:"param_message"`
LoggerName *string `json:"logger_name"`
StacktraceFrames m.StacktraceFrames `json:"stacktrace"`
}
type Payload struct {
App m.App `json:"app"`
System *m.System `json:"system"`
Events []Event `json:"errors"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.