package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Aug 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
LogFileNames []string `json:"logs,omitempty"`
Nodes []string `json:"nodes"`
RefreshRateMillis int64 `json:"refresh_rate_millis,omitempty"`
}
type ConfigDisplayData struct {
Logs []string `json:"logs,omitempty"`
Nodes []string `json:"nodes"`
}
type Data struct {
Content string `json:"log_content,omitempty"`
PageMarker int64 `json:"file_size,omitempty"`
}
type ServiceNode struct {
NodeId string `json:"node-id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.