Versions in this module Expand all Collapse all v1 v1.0.1 May 21, 2018 v1.0.0 May 21, 2018 Changes in this version + func Encode(in resource.ResourceCollection) ([]byte, error) + type DiffProgram struct + Exec exec.Interface + Stderr io.Writer + Stdout io.Writer + func (d *DiffProgram) Run(from, to string) error + type Directory struct + Name string + func CreateDirectory(prefix string) (*Directory, error) + func WriteToDir(in resource.ResourceCollection, dirName string, printer Printer) (*Directory, error) + func (d *Directory) Delete() error + func (d *Directory) NewFile(name string) (*os.File, error) + type Printer struct + func (p *Printer) Print(obj interface{}, w io.Writer) error