types

package module
v0.0.0-...-76180e5 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2025 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 BuildSpec

type BuildSpec struct {
	Name    string `yaml:"name"`
	Version string `yaml:"version"`
	Build   []struct {
		Path       string `yaml:"path"`
		Dockerfile string `yaml:"dockerfile"`
		Tag        string `yaml:"tag"`
	} `yaml:"build"`
	Output []struct {
		Type string `yaml:"type"`
		Name string `yaml:"name"`
	} `yaml:"output"`
}

Directories

Path Synopsis
cmd/bx/cmd/run.go
cmd/bx/cmd/run.go

Jump to

Keyboard shortcuts

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