package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Feb 2, 2015
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DbPath string `json:"dbpath"`
Repos map[string]*Repo `json:"repos"`
}
type Repo struct {
Url string `json:"url"`
MsBetweenPolls int `json:"ms-between-poll"`
VCS string `json:"vcs"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.