Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Listen string `json:"listen"` SSL *SSL `json:"ssl,omitempty"` Path string `json:"path,omitempty"` // grpc service name Users *Users `json:"users"` Buffer uint16 `json:"buffer,omitempty"` // transport buffer size in KB, up to 65535 IPv6 bool `json:"ipv6,omitempty"` // enable ipv6 in tcp network, disable by default Forward string `json:"forward,omitempty"` // extra forward-proxy }
Click to show internal directories.
Click to hide internal directories.