Documentation
¶
Overview ¶
sg-common/logtypes/logtypes.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpRequest ¶
type LogEntry ¶
type LogEntry struct { Service string `json:"service"` LogName string `json:"logName"` Resource Resource `json:"resource"` Timestamp string `json:"timestamp"` Level string `json:"level"` Message string `json:"message"` InsertId string `json:"insertId,omitempty"` HttpRequest HttpRequest `json:"httpRequest,omitempty"` TextPayload string `json:"textPayload,omitempty"` JsonPayload map[string]interface{} `json:"jsonPayload,omitempty"` }
Click to show internal directories.
Click to hide internal directories.