reader

package
v1.5.1-1 Latest Latest
Warning

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

Go to latest
Published: May 2, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigReader

type ConfigReader interface {
	Read(configFilePath string, cfg *config.Config) error
}

func New

func New(reader FileReader) ConfigReader

type FileReader

type FileReader interface {
	Read(p string) (io.ReadCloser, error)
}

func NewFileReader

func NewFileReader() FileReader

Jump to

Keyboard shortcuts

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