6 lines
86 B
Go
6 lines
86 B
Go
package options
|
|
|
|
type ProxyOption struct {
|
|
Subscribes []string `yaml:"subscribes"`
|
|
}
|