Documentation ¶
Index ¶
Constants ¶
View Source
const KubeChecksHooksPathPrefix = "/hooks"
Variables ¶
This section is empty.
Functions ¶
func ProcessCheckEvent ¶ added in v1.3.0
func ProcessCheckEvent(ctx context.Context, pr vcs.PullRequest, ctr container.Container, processors []checks.ProcessorEntry)
Types ¶
type RepoDirectory ¶ added in v1.5.0
type RepoDirectory struct { }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
type VCSHookHandler ¶
type VCSHookHandler struct {
// contains filtered or unexported fields
}
func NewVCSHookHandler ¶
func NewVCSHookHandler(ctr container.Container, processors []checks.ProcessorEntry) *VCSHookHandler
func (*VCSHookHandler) AttachHandlers ¶
func (h *VCSHookHandler) AttachHandlers(grp *echo.Group)
Click to show internal directories.
Click to hide internal directories.