package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jul 8, 2024
License: MIT
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
¶
func RegisterRoutes(route Route)
type Handlers struct {
Port int `yaml:"port" env:"PORT" env-default:"8080"`
Cert string `yaml:"cert" env:"CERT" env-default:""`
Key string `yaml:"key" env:"KEY" env-default:""`
Handlers []Route `yaml:"handlers"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.