feat 添加proxy option
This commit is contained in:
parent
beddcccc61
commit
f93ef06978
8
pkg/proxy/option.go
Normal file
8
pkg/proxy/option.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package proxy
|
||||||
|
|
||||||
|
import "time"
|
||||||
|
|
||||||
|
type Option struct {
|
||||||
|
Subscribes []string `yaml:"subscribes"`
|
||||||
|
Interval time.Duration `yaml:"interval"`
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user