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