Documentation
¶
Index ¶
Constants ¶
View Source
const CFG_NAME = "gentity_cfg"
View Source
const VERSION = "V1.0.1-20221207-YaoGL"
Variables ¶
This section is empty.
Functions ¶
func FormConfigFromByte ¶
func FormConfigFromByte(fc *FormConfig, bts []byte)
func SetCfg ¶
func SetCfg(fc *FormConfig)
Types ¶
type FormConfig ¶
type FormConfig struct { Dbms string `json:"dbms"` Server string `json:"server"` Port string `json:"port"` Db string `json:"db"` User string `json:"user"` Pwd string `json:"pwd"` Pkg string `json:"pkg"` Table string `json:"table"` Tpl string `json:"tpl"` }
func GetCfg ¶
func GetCfg() *FormConfig
func (*FormConfig) Byte ¶
func (me *FormConfig) Byte() []byte
func (*FormConfig) String ¶
func (me *FormConfig) String() string
Click to show internal directories.
Click to hide internal directories.