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