Documentation
¶
Index ¶
Constants ¶
View Source
const StarfigFilename string = "STARFIG"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildTarget ¶
func ParseBuildTarget ¶
func ParseBuildTarget( starverseDir string, rawTargetInput string) ([]BuildTarget, error)
func (BuildTarget) Path ¶
func (target BuildTarget) Path() string
func (BuildTarget) Target ¶
func (target BuildTarget) Target() string
type FileTarget ¶
func ParseFileTarget ¶
func ParseFileTarget(starverseDir string, rawLabel string) (FileTarget, error)
func (FileTarget) Exists ¶
func (target FileTarget) Exists() bool
func (FileTarget) IsStarFigFile ¶
func (target FileTarget) IsStarFigFile() bool
func (FileTarget) IsStarFile ¶
func (target FileTarget) IsStarFile() bool
func (FileTarget) Path ¶
func (target FileTarget) Path() string
func (FileTarget) String ¶
func (target FileTarget) String() string
func (FileTarget) Target ¶
func (target FileTarget) Target() string
Click to show internal directories.
Click to hide internal directories.