overflow_gateway_websocket/config/handler.go
2017-11-10 22:24:10 +09:00

7 lines
155 B
Go

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