Versions in this module Expand all Collapse all v0 v0.13.1 Oct 16, 2014 v0.13.0 Oct 9, 2014 Changes in this version + var Flags = struct{ ... } + func NewDataUnit(component string, machineID string) (uf *unit.UnitFile, err error) + func NewUnit(component string) (uf *unit.UnitFile, err error) + type FleetClient struct + Fleet client.API + func NewClient() (*FleetClient, error) + func (c *FleetClient) Create(targets []string) error + func (c *FleetClient) Destroy(targets []string) error + func (c *FleetClient) GetLocaljobs() sort.StringSlice + func (c *FleetClient) Journal(target string) (err error) + func (c *FleetClient) ListUnitFiles() (err error) + func (c *FleetClient) ListUnits() (err error) + func (c *FleetClient) Scale(component string, requested int) error + func (c *FleetClient) Start(targets []string) error + func (c *FleetClient) Status(target string) (err error) + func (c *FleetClient) Stop(targets []string) error + func (c *FleetClient) Units(target string) (units []string, err error)