Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchHandler ¶
func (*BranchHandler) ServeHTTP ¶
func (h *BranchHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type HomeHandler ¶
func (*HomeHandler) ServeHTTP ¶
func (h *HomeHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type LiveLogsHandler ¶
type LiveLogsHandler struct { JXClient jxclient.Interface TektonClient tknclient.Interface KubeClient kubernetes.Interface Namespace string Broker *sse.Broker Logger *logrus.Logger }
func (*LiveLogsHandler) ServeHTTP ¶
func (h *LiveLogsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type LogsHandler ¶
type LogsHandler struct { PAInterface jxclientv1.PipelineActivityInterface BuildLogsURLTemplate *template.Template Logger *logrus.Logger }
func (*LogsHandler) ServeHTTP ¶
func (h *LogsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type OwnerHandler ¶
func (*OwnerHandler) ServeHTTP ¶
func (h *OwnerHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type PipelineHandler ¶
type PipelineHandler struct { PAInterface jxclientv1.PipelineActivityInterface Render *render.Render Logger *logrus.Logger }
func (*PipelineHandler) ServeHTTP ¶
func (h *PipelineHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type RepositoryHandler ¶
type RepositoryHandler struct { Store *visualizer.Store Render *render.Render Logger *logrus.Logger }
func (*RepositoryHandler) ServeHTTP ¶
func (h *RepositoryHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.