Captain ALM
98dac85215
All checks were successful
continuous-integration/drone/push Build is passing
Remove timeout support. Add identification middleware.
9 lines
261 B
Go
9 lines
261 B
Go
package conf
|
|
|
|
type ServeYaml struct {
|
|
DataStorage string `yaml:"dataStorage"`
|
|
Domains []string `yaml:"domains"`
|
|
RangeSupported bool `yaml:"rangeSupported"`
|
|
CacheSettings CacheSettingsYaml `yaml:"cacheSettings"`
|
|
}
|