Versions in this module Expand all Collapse all v0 v0.13.1 Nov 21, 2018 v0.13.0 Sep 20, 2018 Changes in this version + func DefaultDiff(a app.App, config *client.Config, components []string, l1 *Location, ...) (io.Reader, error) + type Differ struct + App app.App + Components []string + Config *client.Config + func New(a app.App, config *client.Config, components []string) *Differ + func (d *Differ) Diff(location1, location2 *Location) (io.Reader, error) + type Location struct + func NewLocation(src string) *Location + func (l *Location) Destination() string + func (l *Location) EnvName() string + func (l *Location) Err() error + func (l *Location) String() string