package
Version:
v0.0.0-...-fce1e31
Opens a new window with list of versions in this module.
Published: Jul 9, 2025
License: Apache-2.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 `koanf:"cors"`
ShutDownCtxTimeout time.Duration `koanf:"shutdown_context_timeout"`
}
type Cors struct {
AllowOrigins []string `koanf:"allow_origins"`
Skip bool `koanf:"skip"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.