Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine interface {
Apply(application *schema.Application) (string, error)
}
Common engine interface for all engines
type EngineConstructor ¶
type EngineConstructor = func(platform interface{}) Engine
Click to show internal directories.
Click to hide internal directories.