package
Version:
v1.27.0
Opens a new window with list of versions in this module.
Published: Dec 6, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetElasticLogFilesReq struct {
LogsPath string `json:"logs_path"`
}
type ReadElasticLogFileReq struct {
LogsPath string `json:"logs_path"`
FileName string `json:"file_name"`
Offset int64 `json:"offset"`
Lines int `json:"lines"`
StartLineNumber int64 `json:"start_line_number"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.