Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventsHandler ¶
func (*EventsHandler) ServeHTTP ¶
func (h *EventsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type JobHandler ¶
type JobHandler struct { LighthouseJobClient lighthousev1alpha1.LighthouseJobInterface Render *render.Render Logger *logrus.Logger }
func (*JobHandler) ServeHTTP ¶
func (h *JobHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type JobsHandler ¶
func (*JobsHandler) ServeHTTP ¶
func (h *JobsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type MergeHistoryHandler ¶
func (*MergeHistoryHandler) ServeHTTP ¶
func (h *MergeHistoryHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type MergeStatusHandler ¶
func (*MergeStatusHandler) ServeHTTP ¶
func (h *MergeStatusHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type Router ¶
type Router struct { Store *webui.Store LighthouseHandler *lighthouse.Handler LighthouseJobClient lighthousev1alpha1.LighthouseJobInterface EventTraceURLTemplate string Logger *logrus.Logger // contains filtered or unexported fields }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.