package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Jan 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Host string `env:"HOST" envDefault:""`
Port string `env:"PORT" envDefault:""`
CertFile string `env:"SERVER_CERT" envDefault:""`
KeyFile string `env:"SERVER_KEY" envDefault:""`
}
type Server interface {
Start() error
Stop() error
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.