Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleEvents ¶
func HandleEvents( repos core.RepositoryStore, events core.Pubsub, ) http.HandlerFunc
HandleEvents creates an http.HandlerFunc that streams builds events to the http.Response in an event stream format.
func HandleGlobal ¶
func HandleGlobal( repos core.RepositoryStore, events core.Pubsub, ) http.HandlerFunc
HandleGlobal creates an http.HandlerFunc that streams builds events to the http.Response in an event stream format.
func HandleLogStream ¶
func HandleLogStream( repos core.RepositoryStore, builds core.BuildStore, stages core.StageStore, steps core.StepStore, stream core.LogStream, ) http.HandlerFunc
HandleLogStream creates an http.HandlerFunc that streams builds logs to the http.Response in an event stream format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.