builders

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	// CreateBuilder handles the create builder request
	CreateBuilder(c echo.Context) error
	// UpdateBuilder handles the update builder request
	UpdateBuilder(c echo.Context) error
	// ListRunners handles the list builder runners request
	ListRunners(c echo.Context) error
	// PostRunnerRun ...
	PostRunnerRun(c echo.Context) error
	// GetRunnerRerun ...
	GetRunnerRerun(c echo.Context) error
	// GetRunnerStop ...
	GetRunnerStop(c echo.Context) error
	// GetRunnerLog ...
	GetRunnerLog(c echo.Context) error
	// GetRunner ...
	GetRunner(c echo.Context) error
}

Handler is the interface for the builder handlers

Jump to

Keyboard shortcuts

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