build

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: MIT Imports: 8 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	ID               string
	Token            string
	UseLocalRegistry bool
	ProxyImage       string
	// BuildURL is the URL to the build on the depot web UI.
	BuildURL string
	Finish   func(error)

	Response *connect.Response[cliv1.CreateBuildResponse]
}

func FromExistingBuild

func FromExistingBuild(ctx context.Context, buildID, token string) (Build, error)

func NewBuild

func NewBuild(ctx context.Context, req *cliv1.CreateBuildRequest, token string) (Build, error)

Jump to

Keyboard shortcuts

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