Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Earthfile ¶
type Earthfile struct {
// contains filtered or unexported fields
}
Earthfile represents a parsed Earthfile.
func ParseEarthfile ¶
ParseEarthfile parses an Earthfile from the given FileSeeker.
func (Earthfile) FilterTargets ¶
FilterTargets returns the names of the targets in the Earthfile that pass the given filter.
type EarthfileRef ¶
EarthfileRef represents a reference to an Earthfile and a target.
func ParseEarthfileRef ¶
func ParseEarthfileRef(ref string) (EarthfileRef, error)
ParseEarthfileRef parses an Earthfile+Target pair.
Click to show internal directories.
Click to hide internal directories.