mirror of
https://github.com/containous/traefik.git
synced 2025-01-18 06:03:50 +03:00
fix: udp json struct tag
This commit is contained in:
parent
ab13019bde
commit
3506cbd5e9
@ -23,7 +23,7 @@ type Configuration struct {
|
||||
TCPRouters map[string]*TCPRouterInfo `json:"tcpRouters,omitempty"`
|
||||
TCPServices map[string]*TCPServiceInfo `json:"tcpServices,omitempty"`
|
||||
UDPRouters map[string]*UDPRouterInfo `json:"udpRouters,omitempty"`
|
||||
UDPServices map[string]*UDPServiceInfo `json:"updServices,omitempty"`
|
||||
UDPServices map[string]*UDPServiceInfo `json:"udpServices,omitempty"`
|
||||
}
|
||||
|
||||
// NewConfig returns a Configuration initialized with the given conf. It never returns nil.
|
||||
|
Loading…
x
Reference in New Issue
Block a user