overflow_gateway_websocket/config/servlet.go
crusader 4542ab52e6 ing
2017-11-14 01:50:22 +09:00

7 lines
157 B
Go

package config
type Servlet struct {
Entry string `json:"entry" yaml:"entry" toml:"entry"`
Socket *Socket `json:"socket" yaml:"socket" toml:"socket"`
}