merge

package
v0.0.1-alpha02 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JSON

func JSON(filenames ...string) error

func JSONValue

func JSONValue(filenames ...string) (map[string]interface{}, error)

func Merge

func Merge(filenames ...string) (map[string]interface{}, error)

func YAML

func YAML(filenames ...string) error

func YAMLValue

func YAMLValue(filenames ...string) (map[string]interface{}, error)

Types

type Marshaler

type Marshaler interface {
	Unmarshal(buf []byte, value interface{}) error
	Marshal(value interface{}) ([]byte, error)
}

func GetMarshal

func GetMarshal(filename string) (Marshaler, error)

Jump to

Keyboard shortcuts

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