source.go 186 B

12345678
  1. package config
  2. import "github.com/zu1k/proxypool/pkg/tool"
  3. type Source struct {
  4. Type string `json:"type" yaml:"type"`
  5. Options tool.Options `json:"options" yaml:"options"`
  6. }