Align variable names with main

This commit is contained in:
yusing
2026-02-28 19:44:07 +08:00
parent afa5d94d5f
commit 0d50bf1ddf
5 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ type (
IdlewatcherConfigBase struct {
// 0: no idle watcher.
// Positive: idle watcher with idle timeout.
// Negative: idle watcher as a dependency. IdleTimeout time.Duration `json:"idle_timeout" json_ext:"duration"`
// Negative: idle watcher as a dependency.
IdleTimeout time.Duration `json:"idle_timeout"`
WakeTimeout time.Duration `json:"wake_timeout"`
StopTimeout time.Duration `json:"stop_timeout"`