Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDatabaseConnection ¶
func InitializeDatabase ¶
Types ¶
type Config ¶
type Config struct {
Database string `json:"database"`
User string `json:"user"`
Password string `json:"password"`
Host string `json:"host"`
Port string `json:"port"`
GitHubToken string `json:"GitHubToken"`
GitLabToken string `json:"GitLabToken"`
}
func GetGlobalConfig ¶
func GetGlobalConfig() Config
Click to show internal directories.
Click to hide internal directories.