Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
CorpName string `json:"corpName"`
Email string `json:"email"`
Password string `json:"password"`
Token string `json:"token"`
}
Config is the structure of the configuration for a single GitHub instance.
type Instance ¶
Click to show internal directories.
Click to hide internal directories.