harness-drone/pkg/types/system.go
2015-08-18 10:31:15 -07:00

8 lines
305 B
Go

package types
type System struct {
URL string // System URL
Env map[string]string // Global environment variables
Builder string // Name of build container (default drone/drone-build)
Plugins string // Name of approved plugin containers (default plugins/*)
}