package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Nov 14, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Options struct {
Host string `env:"HOST, default=0.0.0.0"`
Port string `env:"PORT, default=8080"`
ReadTimeout time.Duration `env:"READ_TIMEOUT, default=60s"`
WriteTimeout time.Duration `env:"WRITE_TIMEOUT, default=60s"`
}
type Server struct {
Options Options
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.