Captain ALM
98dac85215
All checks were successful
continuous-integration/drone/push Build is passing
Remove timeout support. Add identification middleware.
9 lines
187 B
Go
9 lines
187 B
Go
package conf
|
|
|
|
type ListenYaml struct {
|
|
Web string `yaml:"web"`
|
|
WebMethod string `yaml:"webMethod"`
|
|
WebNetwork string `yaml:"webNetwork"`
|
|
Identify bool `yaml:"identify"`
|
|
}
|