types

package
v0.0.0-...-4f682fb Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2020 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 Build

type Build struct {
	ID       string     `json:"id,omitempty"`
	Services []*Service `json:"services"`
}

Build describes a build entity.

type Service

type Service struct {
	Name  string  `json:"name"`
	Image string  `json:"image"`
	Steps []*Step `json:"steps"`
}

Service describes a service for a build.

type Step

type Step struct {
	Name     string                 `json:"name"`
	Plugin   string                 `json:"plugin"`
	Commands []string               `json:"commands"`
	Options  map[string]interface{} `json:"options"`
}

Step describes a step in the running process in a build.

Jump to

Keyboard shortcuts

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