config

package
v0.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JSONMarshalAndWriteFile

func JSONMarshalAndWriteFile(conf interface{}, filename string) error

JSONMarshalAndWriteFile 集成序列化和写文件操作

func JSONReadFileAndUnmarshal

func JSONReadFileAndUnmarshal(conf interface{}, fromFile string) error

JSONReadFileAndUnmarshal 集成读取文件和反序列化操作

func YamlMarshalAndWriteFile

func YamlMarshalAndWriteFile(conf interface{}, filename string) error

func YamlReadFileAndUnmarshal

func YamlReadFileAndUnmarshal(conf interface{}, fromFile string) error

Types

type ConfParser

type ConfParser interface {
	Marshal(conf interface{}, toFile string) error
	Unmarshal(conf interface{}, fromFile string) error
}

func NewConfParser

func NewConfParser(kind string) ConfParser

NewConfParser 创建不同解析器的工厂函数

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL