package
Version:
v0.0.0-...-2a7e34a
Opens a new window with list of versions in this module.
Published: Jan 9, 2022
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
Name string `yaml:"name"`
Port int64 `yaml:"port"`
}
type Conf struct {
App App `yaml:"app"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.