Documentation
¶
Overview ¶
------------------------------------------------------------ Copyright (c) Microsoft Corporation. Licensed under the MIT License. ------------------------------------------------------------
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct { Level string `json:"level"` Timestamp int64 `json:"timestamp"` Container string `json:"container"` Content string `json:"content"` }
Log represents a log message with metadata
Click to show internal directories.
Click to hide internal directories.