models

package
v0.0.0-...-cb90f35 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 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 BuildJob

type BuildJob struct {
	Repository    string
	Tag           string
	FilePath      string
	Dockerfile    string
	BuildKey      string
	RegistryToken string
	RegistryUrl   string
	ReqId         string
}

BuildJob represents a job send to the Builder with a channel. Contains all information required for build a image.

type BuildRequest

type BuildRequest struct {
	Repository string `json:"repository"`
	Dockerfile string `json:"dockerfile"`
	Tag        string `json:"tag"`
	SCMId      string `json:"scm_id"`
	Commit     string `json:"commit"`
}

Jump to

Keyboard shortcuts

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