mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 09:18:51 +02:00
chore(idlewatcher): remove junk comment
This commit is contained in:
@@ -17,7 +17,7 @@ type (
|
|||||||
IdlewatcherConfigBase struct {
|
IdlewatcherConfigBase struct {
|
||||||
// 0: no idle watcher.
|
// 0: no idle watcher.
|
||||||
// Positive: idle watcher with idle timeout.
|
// 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"`
|
IdleTimeout time.Duration `json:"idle_timeout"`
|
||||||
WakeTimeout time.Duration `json:"wake_timeout"`
|
WakeTimeout time.Duration `json:"wake_timeout"`
|
||||||
StopTimeout time.Duration `json:"stop_timeout"`
|
StopTimeout time.Duration `json:"stop_timeout"`
|
||||||
|
|||||||
Reference in New Issue
Block a user