target

package
v0.0.0-...-f0dda43 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const StarfigFilename string = "STARFIG"

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildTarget

type BuildTarget struct {
	StarverseDir string
	Package      string
	TargetName   string
}

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

type FileTarget struct {
	StarverseDir string
	Package      string
	Filename     string
}

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

Jump to

Keyboard shortcuts

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