We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b69de commit c6758caCopy full SHA for c6758ca
web/tls_config.go
@@ -33,10 +33,9 @@ import (
33
34
var (
35
errNoTLSConfig = errors.New("TLS config is not present")
36
+ ErrNoListeners = errors.New("no web listen address or systemd socket flag specified")
37
)
38
-const ErrNoListeners = errors.New("no web listen address or systemd socket flag specified")
39
-
40
type Config struct {
41
TLSConfig TLSConfig `yaml:"tls_server_config"`
42
HTTPConfig HTTPConfig `yaml:"http_server_config"`
0 commit comments