Versions in this module Expand all Collapse all v0 v0.2.0 Feb 2, 2015 Changes in this version + type Config struct + DbPath string + Repos map[string]*Repo + func (c *Config) LoadFromFile(filename string) error + func (c *Config) ToJsonString() (string, error) + type Repo struct + MsBetweenPolls int + Url string + VCS string