api

package
v1.27.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: AGPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitAPI

func InitAPI()

Types

type AgentAPI

type AgentAPI struct {
	api.Handler
}

type GetElasticLogFilesReq

type GetElasticLogFilesReq struct {
	LogsPath string `json:"logs_path"`
}

type ReadElasticLogFileReq

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL