mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-26 19:11:08 +01:00
preparing for v0.5
This commit is contained in:
9
src/models/proxy_provider.go
Normal file
9
src/models/proxy_provider.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
type (
|
||||
ProxyProvider struct {
|
||||
Kind string `json:"kind"` // docker, file
|
||||
Value string `json:"value"`
|
||||
}
|
||||
ProxyProviders = map[string]ProxyProvider
|
||||
)
|
||||
Reference in New Issue
Block a user