mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 07:13:50 +01:00
7 lines
176 B
Go
7 lines
176 B
Go
package model
|
|
|
|
type ProxyProviders struct {
|
|
Files []string `yaml:"include" json:"include"` // docker, file
|
|
Docker map[string]string `yaml:"docker" json:"docker"`
|
|
}
|