buildtaskhttp

package
v0.0.0-...-ab31c2f Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	ID         uuid.UUID `json:"id"`
	Done       bool      `json:"done"`
	OutputFile *[]byte   `json:"output_file,omitempty"`
	Error      *string   `json:"error,omitempty"`
}

type Handler

type Handler struct{}

func (*Handler) CancelBuild

func (*Handler) CancelBuild(w http.ResponseWriter, r *http.Request)

func (*Handler) CreateBuild

func (*Handler) CreateBuild(w http.ResponseWriter, r *http.Request)

func (*Handler) GetBuild

func (*Handler) GetBuild(w http.ResponseWriter, r *http.Request)

func (*Handler) GetHealth

func (*Handler) GetHealth(w http.ResponseWriter, r *http.Request)

func (*Handler) GetLimits

func (*Handler) GetLimits(w http.ResponseWriter, r *http.Request)

func (*Handler) ListBuilds

func (*Handler) ListBuilds(w http.ResponseWriter, r *http.Request)

func (*Handler) WaitForBuild

func (*Handler) WaitForBuild(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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