package
Version:
v0.0.0-...-df3562f
Opens a new window with list of versions in this module.
Published: Jan 31, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
¶
type DebugConfig struct {
Gin bool `yaml:"gin"`
Wait bool `yaml:"wait"`
}
type ShutdownConfig struct {
TimeSec1 int `yaml:"timeSec1" validate:"gte=1"`
TimeSec2 int `yaml:"timeSec2" validate:"gte=1"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.