reader

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Env

type Env struct{}

func (Env) Open

func (Env) Open(string) (FileContent, error)

type FileContent

type FileContent map[string]interface{}

type Reader

type Reader interface {
	Open(filePath string) (FileContent, error)
}

type Type

type Type int8

type Yaml

type Yaml struct{}

func (Yaml) Open

func (Yaml) Open(filepath string) (output FileContent, err error)

Jump to

Keyboard shortcuts

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