package
Version:
v0.0.0-...-a4ee06b
Opens a new window with list of versions in this module.
Published: Jan 26, 2017
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package config provides a simple interface for rebasebot configuration
type Config struct {
Username string `json:"username"`
Password string `json:"password"`
Port string `json:"port"`
Secret string `json:"secret"`
TmpDir string `json:"tmpdir"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.