This commit is contained in:
parent
25a86eef4a
commit
6b4f139e7f
@ -75,11 +75,11 @@ func (s *Server) handleConn(conn *net.TCPConn) {
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
type options struct {
|
||||
Port uint `json:port`
|
||||
Address string `json:address`
|
||||
Registry string `json:registry`
|
||||
Port uint `json:"port"`
|
||||
Address string `json:"address"`
|
||||
Registry string `json:"registry"`
|
||||
Datapath string
|
||||
Header string `json:header`
|
||||
Header string `json:"header"`
|
||||
}
|
||||
|
||||
func parseFlags() options {
|
||||
|
Loading…
x
Reference in New Issue
Block a user