Versions in this module Expand all Collapse all v0 v0.2.0 Nov 8, 2015 Changes in this version + const DEFAULT_INTERVAL + var Plugins = map[string]Creator + func Add(name string, creator Creator) + type Clock struct + Interval string + func (c Clock) Schedule(name string, job_ Job) + func (c Clock) Stop() + type Creator func(map[string]string) (Plugin, error) + type Job interface + Run func() + type Plugin interface + Schedule func(string, Job) + Stop func()