Versions in this module Expand all Collapse all v0 v0.4.2 Apr 28, 2016 Changes in this version + type Compiler struct + func New() *Compiler + func (c *Compiler) Compile(in []byte) (*runner.Spec, error) + func (c *Compiler) CompileString(in string) (*runner.Spec, error) + func (c *Compiler) Transforms(trans []Transform) *Compiler + type Transform interface + VisitBuild func(*parse.BuildNode) error + VisitContainer func(*parse.ContainerNode) error + VisitNetwork func(*parse.NetworkNode) error + VisitRoot func(*parse.RootNode) error + VisitVolume func(*parse.VolumeNode) error