deprecated_overflow_gateway.../handler.go

7 lines
155 B
Go
Raw Normal View History

2017-09-19 08:22:14 +00:00
package config
type Handler struct {
Entry string `json:"entry" yaml:"entry" toml:"entry"`
Socket Socket `json:"socket" yaml:"socket" toml:"socket"`
}