Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotAGithubEventMessage = errors.New("not a GitHub event") ErrUnmatchedRepoMessage = errors.New("unable to match repo with any Radix application") ErrMultipleMatchingReposMessageWithoutAppName = errors.New("unable to match repo with unique Radix application without appName request parameter") ErrUnmatchedRepoMessageByAppName = errors.New("unable to match repo with unique Radix application by appName request parameter") ErrUnmatchedAppForMultipleMatchingReposMessage = errors.New("unable to match repo with multiple Radix applications by appName request parameter") )
Functions ¶
func NewGithubWebhookController ¶
func NewGithubWebhookController() models.Controller
NewGithubWebhookController Constructor
Types ¶
Click to show internal directories.
Click to hide internal directories.