ing
This commit is contained in:
parent
4ada7272de
commit
2a945e472c
|
@ -6,8 +6,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type Central struct {
|
type Central struct {
|
||||||
Host string `required:"true" json:"host"`
|
Address string `required:"address" json:"address"`
|
||||||
Port int `required:"true" json:"port"`
|
|
||||||
Connector *csswc.Connectors `required:"true" json:"connector"`
|
Connector *csswc.Connectors `required:"true" json:"connector"`
|
||||||
Proxy *config.Proxy `json:"proxy"`
|
Proxy *config.Proxy `json:"proxy"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user