overflow_server_config/servlet.go
crusader 79424c10e4 ing
2017-11-23 16:31:28 +09:00

7 lines
173 B
Go

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