package
Version:
v0.22.3
Opens a new window with list of versions in this module.
Published: Sep 4, 2021
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
¶
Execution represents a response from remote receiver service and local logs
that were received.
type Fetcher interface {
FetchReport()
}
Fetcher will fetch a report from remote receiver service.
New will create a new fetcher
type LogEntry struct {
Level string `json:"level"`
Datetime time.Time `json:"dt"`
Message string `json:"msg"`
}
LogEntry represents a single
Source Files
¶
Click to show internal directories.
Click to hide internal directories.