Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Debug bool `json:"debug"` StackTrace bool `json:"stacktrace"` Slack SlackConfig `json:"slack" validate:"required"` GitHub GitHubConfig `json:"github" validate:"required"` GitHubWebhook GitHubWebhookConfig `json:"githubWebhook" validate:"required"` Release ReleaseConfig `json:"release" validate:"required"` Emtec EmtecConfig `json:"emtec"` }
type EmtecConfig ¶
type EmtecConfig struct {
EndpointUrl string `json:"endpointUrl"`
}
type GitHubConfig ¶
type GitHubWebhookConfig ¶
type ReleaseConfig ¶
type ReleaseConfig struct {
Targets []ReleaseTarget `json:"targets" validate:"required"`
}
type ReleaseTarget ¶
type SlackConfig ¶
Click to show internal directories.
Click to hide internal directories.