commit

package
v0.0.0-...-7eaa7e1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: BSD-3-Clause Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commit

type Commit struct {
	// contains filtered or unexported fields
}

func New

func New(p primeable) *Commit

func (*Commit) Run

func (c *Commit) Run() (rerr error)

type IngredientCall

type IngredientCall struct {
	// contains filtered or unexported fields
}

IngredientCall is used to evaluate ingredient() function calls and publishes the ingredient in question if it is not already published.

func NewIngredientCall

func NewIngredientCall(
	prime primeable,
	script *buildscript.BuildScript,
	funcCall *buildscript.FuncCall,
) *IngredientCall

func (*IngredientCall) Resolve

func (i *IngredientCall) Resolve() error

Resolve will check if the ingredient call refers to an existing ingredient, and if not will create it and update the buildscript accordingly.

Jump to

Keyboard shortcuts

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