engine

package
v0.0.0-...-9752724 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2014 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ERR int = iota
	WARN
	INFO
)

Variables

This section is empty.

Functions

func Build

func Build(dir string, storage io.WriteCloser) ([]byte, error)

Build

func Clean

func Clean(dir string) error

func Install

func Install(pack io.Reader, root string) error

Install

Types

type Logger

type Logger interface {
	Info(args ...interface{})
	Warn(args ...interface{})
	Error(args ...interface{})
	Fatal(args ...interface{})
	Print(args ...interface{})
}
var Log Logger

Jump to

Keyboard shortcuts

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