package
Version:
v0.0.0-...-b08115d
Opens a new window with list of versions in this module.
Published: Dec 8, 2020
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"`
RefreshRateMillis int64 `json:"refresh_rate_millis,omitempty"`
}
type Data struct {
Content string `json:"log_content,omitempty"`
PageMarker int64 `json:"file_size,omitempty"`
}
type ServiceNode struct {
NodeId string `json:"node_id"`
}
type ServiceNodes struct {
Nodes []ServiceNode `json:"nodes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.