Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitReleaseRecipeParser ¶
type GitReleaseRecipeParser struct{}
func NewGitReleaseRecipeParser ¶
func NewGitReleaseRecipeParser() *GitReleaseRecipeParser
func (*GitReleaseRecipeParser) Parse ¶
func (p *GitReleaseRecipeParser) Parse(raw map[string]any) (*models.GitReleaseRecipe, error)
type GoRecipeParser ¶
type GoRecipeParser struct{}
func NewGoRecipeParser ¶
func NewGoRecipeParser() *GoRecipeParser
type ItemsParser ¶
type NpmRecipeParser ¶
type NpmRecipeParser struct{}
func NewNpmRecipeParser ¶
func NewNpmRecipeParser() *NpmRecipeParser
type TemplateContext ¶
type TemplateParser ¶
type TemplateParser struct {
// contains filtered or unexported fields
}
func NewTemplateParser ¶
func NewTemplateParser(replaces models.RecipeContextReplaces) *TemplateParser
Click to show internal directories.
Click to hide internal directories.