Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogEntry ¶
type LogEntry struct {
Time time.Time `json:"time"`
Level string `json:"level"`
Message string `json:"msg"`
Additional []LogEntryAdditionalProp `json:"-"`
}
func (*LogEntry) UnmarshalJSON ¶
TODO: remove this once json/v2 is GA
type LogEntryAdditionalProp ¶ added in v0.11.0
Click to show internal directories.
Click to hide internal directories.