Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Owner is the owner name of the repository
Owner string `json:"owner"`
// Repository is the repository name
Repository string `json:"repository"`
// Utilities is the issue number of utilities
Utilities int `json:"utilities"`
// DataDir is the directory to store data
DataDir string `json:"datadir"`
}
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.