package
Version:
v1.0.10
Opens a new window with list of versions in this module.
Published: Sep 26, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ParseJson(c interface{}) error
解析配置文件
c: 需要解析的相对应的结构体指针,例:conf_test.go
func ParseToml(c interface{}) error
解析配置文件
c: 需要解析的相对应的结构体指针,例:conf_test.go
func ParseYaml(c interface{}) error
解析配置文件
c: 需要解析的相对应的结构体指针,例:conf_test.go
Source Files
¶
Click to show internal directories.
Click to hide internal directories.