serial

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2021 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ReaderDecoderByFormat = make(map[string]readerDecoder)
)

Functions

func BuildConfig

func BuildConfig(files []string, formats []string) (*core.Config, error)

func DecodeJSONConfig

func DecodeJSONConfig(reader io.Reader) (*conf.Config, error)

DecodeJSONConfig reads from reader and decode the config into *conf.Config syntax error could be detected.

func DecodeTOMLConfig

func DecodeTOMLConfig(reader io.Reader) (*conf.Config, error)

DecodeTOMLConfig reads from reader and decode the config into *conf.Config using github.com/pelletier/go-toml and map to convert toml to json.

func DecodeYAMLConfig

func DecodeYAMLConfig(reader io.Reader) (*conf.Config, error)

DecodeYAMLConfig reads from reader and decode the config into *conf.Config using github.com/ghodss/yaml to convert yaml to json.

func LoadJSONConfig

func LoadJSONConfig(reader io.Reader) (*core.Config, error)

func LoadTOMLConfig

func LoadTOMLConfig(reader io.Reader) (*core.Config, error)

func LoadYAMLConfig

func LoadYAMLConfig(reader io.Reader) (*core.Config, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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