app

package
v0.0.0-...-88998e1 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2017 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrEmptyInput     = errors.New("input is empty")
	ErrFormatRequired = errors.New("format is required")
)
View Source
var (
	String = "string"
	Int    = "int"
	Float  = "float"
	Bool   = "bool"
	Time   = "time"
	Nil    = "nil"
)
View Source
var DryrunMessage = "THIS FIELD WILL BE CHENGED"

Functions

func ErrUnknownFormat

func ErrUnknownFormat(format string) error

Types

type App

type App interface {
	Run(args []string, stdin io.Reader, stdout io.Writer, stderr io.Writer) int
}

func NewApp

func NewApp() App

Jump to

Keyboard shortcuts

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