overflow_gateway_websocket/config/handler.go

7 lines
155 B
Go
Raw Normal View History

2017-11-10 13:24:10 +00:00
package config
type Handler struct {
Entry string `json:"entry" yaml:"entry" toml:"entry"`
Socket Socket `json:"socket" yaml:"socket" toml:"socket"`
}