Documentation
¶
Index ¶
- func Panic(c *router.Control)
- type Handler
- func (h *Handler) AuthCallbackHandler(c *router.Control)
- func (h *Handler) BuildCallbackHandler(c *router.Control)
- func (h *Handler) BuildResultsHandler(c *router.Control)
- func (h *Handler) HealthzHandler(c *router.Control)
- func (h *Handler) HomeHandler(c *router.Control)
- func (h *Handler) InfoHandler(c *router.Control)
- func (h *Handler) NotFoundHandler(c *router.Control)
- func (h *Handler) ShowBuildResults(c *router.Control)
- func (h *Handler) WebHookHandler(c *router.Control)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
Handler defines
func (*Handler) AuthCallbackHandler ¶
AuthCallbackHandler is handler for auth callback
func (*Handler) BuildCallbackHandler ¶
BuildCallbackHandler is handler for callback from build service (system)
func (*Handler) BuildResultsHandler ¶
BuildResultsHandler handles and stores results of the building process.
func (*Handler) HealthzHandler ¶
HealthzHandler todo: add description
func (*Handler) HomeHandler ¶
HomeHandler is default handler for home page TODO: redirect to landing page
func (*Handler) InfoHandler ¶
InfoHandler todo: add description
func (*Handler) NotFoundHandler ¶
NotFoundHandler handles all the wrong routes
func (*Handler) ShowBuildResults ¶
func (*Handler) WebHookHandler ¶
WebHookHandler is common handler for web hooks (installation, repositories installation, push)
Click to show internal directories.
Click to hide internal directories.