Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBuilder = defaultDockerBuilder
Functions ¶
func PlatformAdd ¶
func PlatformAdd(opts PlatformOptions) error
func PlatformRemove ¶
func PlatformUpdate ¶
func PlatformUpdate(opts PlatformOptions) error
Types ¶
type Builder ¶
type Builder interface {
Build(p provision.BuilderDeploy, app provision.App, evt *event.Event, opts BuildOpts) (string, error)
}
Builder is the basic interface of this package.
func GetDefault ¶
type PlatformBuilder ¶
type PlatformBuilder interface {
PlatformAdd(PlatformOptions) error
PlatformUpdate(PlatformOptions) error
PlatformRemove(name string) error
}
PlatformBuilder is a builder where administrators can manage platforms (automatically adding, removing and updating platforms).
Click to show internal directories.
Click to hide internal directories.