watcher/pkg/options/proxy.go
timerzz 4b9085fe95
All checks were successful
Build image / build (push) Successful in 1m15s
feat 展示proxy信息,保存pid
2024-04-12 15:29:43 +08:00

9 lines
150 B
Go

package options
import "time"
type ProxyOption struct {
Subscribes []string `yaml:"subscribes"`
Interval time.Duration `yaml:"interval"`
}