Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// RDS
RDSHost string `json:"rds_host"`
RDSDatabase string `json:"rds_database"`
RDSUsername string `json:"rds_username"`
RDSPassword string `json:"rds_password"`
RDSPort int `json:"rds_port"`
GithubWebhookSecret string `json:"github_webhook_secret"`
GithubAppPrivateKey string `json:"github_app_private_key"`
GithubAppID int `json:"github_app_id"`
}
Config data model
Click to show internal directories.
Click to hide internal directories.