generator

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RecipeTemplate string
View Source
var TemplateFuncs = map[string]interface{}{
	"indent": indent,
	"rawfmt": rawfmt,
}

Functions

func GetRecipeVersions

func GetRecipeVersions() [1]string

func RecipeWriteTo

func RecipeWriteTo(p RecipeParams, writer io.Writer) error

RecipeWriteTo build and apply recipe to provided io writer

Types

type RecipeParams

type RecipeParams struct {
	Name       string
	Source     string
	Scope      string
	Sinks      []string
	Processors []string
}

type TemplateData

type TemplateData struct {
	Name    string
	Version string
	Source  struct {
		Name         string
		Scope        string
		SampleConfig string
	}
	Sinks      map[string]string
	Processors map[string]string
}

TemplateData represents the template for generating a recipe.

func Recipe

func Recipe(p RecipeParams) (*TemplateData, error)

Recipe checks if the recipe is valid and returns a Template

Jump to

Keyboard shortcuts

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