readformats

package
v0.2.28 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2025 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 CSVRow

type CSVRow map[string]string

func LoadCSVStreamed

func LoadCSVStreamed(filePath string) ([]CSVRow, []string, error)

type YAMLReader

type YAMLReader struct {
	Filename string
}

func NewYAMLReader

func NewYAMLReader(filename string) *YAMLReader

func (*YAMLReader) ReadFile

func (y *YAMLReader) ReadFile() ([]byte, error)

func (*YAMLReader) UnmarshalFile added in v0.2.27

func (y *YAMLReader) UnmarshalFile(target interface{}) error

Jump to

Keyboard shortcuts

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