manifest

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ManifestFilename = "dev.yml"

Functions

This section is empty.

Types

type Command

type Command struct {
	Run         string `yaml:"run"`
	Description string `yaml:"desc"`
}

type Content

type Content struct {
	Up       []interface{}      `yaml:"up"`
	Commands map[string]Command `yaml:"commands"`
}

type Manifest

type Manifest struct {
	Path string
	Content
}

func Load

func Load(path string) (m *Manifest, err error)

Jump to

Keyboard shortcuts

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