Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TailLogExecutor ¶
type TailLogExecutor struct {
TailLog struct {
LogPath string `yaml:"log-path"`
Whence int `yaml:"whence"`
Offset int64 `yaml:"offset"`
} `yaml:"tail-log"`
}
TailLogExecutor 追踪日志执行器
func (TailLogExecutor) Tail ¶
func (tail TailLogExecutor) Tail(servers []runner.ServerInternal, stopCh <-chan struct{})
Tail tail日志
Click to show internal directories.
Click to hide internal directories.