deprecated_overflow_gateway.../handler.go
2017-09-19 17:22:14 +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"`
}