package
module
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Feb 10, 2023
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Web struct {
Cfg struct {
IP string `yaml:"ip"`
Port int `yaml:"listen"`
RunMode string `yaml:"runmode"`
}
Handler http.Handler
RunBefore func() error
InitBefore func() error
}
func (c *Web) CliFlags() []cli.Flag
func (c *Web) ParserFile(cfg interface{}) error
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.