package
Version:
v0.0.0-...-3c68a0f
Opens a new window with list of versions in this module.
Published: Dec 20, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Port int `koanf:"port"`
Cors Cors `koang:"cors"`
BodyLimit string `koang:"body_limit"`
}
type Cors struct {
AllowOrigins []string `koanf:"allow_origins"`
}
type Server struct {
Router *echo.Echo
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.