Files
proxypool/config/source.go
2020-08-23 17:14:04 +08:00

9 lines
186 B
Go

package config
import "github.com/zu1k/proxypool/pkg/tool"
type Source struct {
Type string `json:"type" yaml:"type"`
Options tool.Options `json:"options" yaml:"options"`
}