recipes

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2019 License: MIT Imports: 6 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAllRecipes

func GetAllRecipes(recipesDir string) (map[string]Recipe, error)

GetAllRecipes Return all the recipes in a recipe directory

Types

type Recipe

type Recipe struct {
	Name             string
	RecipeDir        string
	RecipesDir       string
	Inherits         string
	InheritsExternal bool
}

Recipe A struct representing a recipe to be built.

func GetRecipe

func GetRecipe(recipesDir string, recipeName string) (Recipe, error)

GetRecipe Get a single recipe by name

Jump to

Keyboard shortcuts

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