Versions in this module Expand all Collapse all v0 v0.5.0 Nov 25, 2016 Changes in this version + type Status struct + Items map[string]*StatusItem + func (s *Status) Summary(l *log.Logger) + type StatusItem struct + Err error + StateChanged bool v0.4.0 Aug 24, 2016 Changes in this version type Config + Concurrency int v0.3.0 Jul 11, 2016 Changes in this version type Catalog + Unsorted []resource.Resource + func New(config *Config) *Catalog + func (c *Catalog) Add(r ...resource.Resource) + func (c *Catalog) Len() int + func (c *Catalog) Load() error type Config + L *lua.LState + Logger *log.Logger + Module string + SiteRepo string v0.2.0 May 27, 2016 Changes in this version + type Catalog struct + Config *Config + Modules []*module.Module + Resources []resource.Resource + func Load(config *Config) (*Catalog, error) + func (c *Catalog) Run() error + type Config struct + DryRun bool + Main string + ModuleConfig *module.Config