Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) Clean ¶ added in v1.20.3
func (builder *Builder) Clean(w http.ResponseWriter, r *http.Request)
func (*Builder) VersionHandler ¶
func (builder *Builder) VersionHandler(w http.ResponseWriter, r *http.Request)
type PackageBuildRequest ¶
type PackageBuildRequest struct { SrcPkgFilename string `json:"srcPkgFilename"` // Command for builder to run with. // A build command consists of commands, parameters and environment variables. // For now, two environment variables are supported: // 1. SRC_PKG: path to source package directory // 2. DEPLOY_PKG: path to deployment package directory BuildCommand string `json:"command"` }
type PackageBuildResponse ¶
Click to show internal directories.
Click to hide internal directories.