overflow_gateway_websocket/config/servlet.go

7 lines
157 B
Go
Raw Normal View History

2017-11-13 16:50:22 +00:00
package config
type Servlet struct {
Entry string `json:"entry" yaml:"entry" toml:"entry"`
Socket *Socket `json:"socket" yaml:"socket" toml:"socket"`
}