util

package
v0.0.0-...-1388524 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseYaml

func ParseYaml(path string, ptr interface{}) error

func ParseYamlString

func ParseYamlString(content string, ptr interface{}) error

Types

type Reporter

type Reporter interface {
	Info(string, ...interface{})
	Warn(string, ...interface{})
	Err(string, ...interface{})
	HasError() bool
	Infos() []string
	Warnings() []string
	Errors() []string
	Merge(Reporter)
}

func NewReporter

func NewReporter() Reporter

Jump to

Keyboard shortcuts

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