builtins

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DepType

type DepType string
const (
	DEP_BUILD  DepType = "BUILD"
	DEP_TEST   DepType = "TEST"
	DEP_FORMAT DepType = "FORMAT"
	DEP_LINT   DepType = "LINT"
)

type Dependency

type Dependency struct {
	// Name dependency command name
	Name string
	// Type dependency type
	Type DepType
	// Repo repository
	Repo string
	// Desc description
	Desc string
}

type GoCmdDockerfileGenerator

type GoCmdDockerfileGenerator struct {
	Platform   string `cmd:""`
	Builder    Image
	Runtime    Image
	Expose     uint16 `cmd:""`
	TargetName string `cmd:""`
	OutputDIR  string `cmd:"output"`
}

type Image

type Image struct {
	Platform string `cmd:",default=linux/amd64"`
	Registry string `cmd:""`
	Name     string `cmd:",required"`
	Version  string `cmd:"version,default=latest"`
}

type Makefile

type Makefile struct {
}

Jump to

Keyboard shortcuts

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