Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskListWebSocketHandler ¶
type TaskListWebSocketHandler struct {
// contains filtered or unexported fields
}
TaskListWebSocketHandler provides an websocket connection over which a task command may be started on the server.
func New ¶
func New(integrationList []integrations.Integration) *TaskListWebSocketHandler
New returns a new instance of TaskListWebSocketHandler
func (*TaskListWebSocketHandler) GetHandler ¶
func (h *TaskListWebSocketHandler) GetHandler() http.Handler
GetHandler returns the websocket http.Handler
Click to show internal directories.
Click to hide internal directories.