Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerConfig ¶
type ServerConfig struct {
Port int `envconfig:"PORT" default:"4433"`
LocalCerts bool `envconfig:"LOCAL_CERTS" default:"false" split_words:"true"`
}
ServerConfig is configuration for the server parsed from the env.
Click to show internal directories.
Click to hide internal directories.