mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
6 lines
176 B
Go
6 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"`
|
|
}
|