configuration

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRepository

func GetRepository() *repository

Types

type ChangeStatus

type ChangeStatus int
const (
	Unknown ChangeStatus = iota
	Dirty
	Pristine
)

func (ChangeStatus) String

func (changeStatus ChangeStatus) String() string

type Component

type Component struct {
	Path         string
	Name         string
	Inputs       []input
	Outputs      []Output
	Actions      map[string]action
	InputsHash   string
	ChangeStatus ChangeStatus
	Dependencies []string
}

func (*Component) HasChanges

func (component *Component) HasChanges() bool

type Output added in v0.3.0

type Output interface {
	Exists(map[string]string) bool
}

Jump to

Keyboard shortcuts

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