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