package
Version:
v0.0.281-pre-2
Opens a new window with list of versions in this module.
Published: Jan 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LogEntry struct {
Level string `json:"level"`
Instance string `json:"instance"`
Message string `json:"message"`
Region string `json:"region"`
Timestamp string `json:"timestamp"`
Meta Meta `json:"meta"`
}
type Meta struct {
Instance string
Region string
Event struct {
Provider string
}
HTTP struct {
Request struct {
ID string
Method string
Version string
}
Response struct {
StatusCode int `json:"status_code"`
}
}
Error struct {
Code int
Message string
}
URL struct {
Full string
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.