Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(root string) *Controller
func (*Controller) CeHandler ¶
func (c *Controller) CeHandler(event cloudevents.Event)
func (*Controller) Mux ¶
func (c *Controller) Mux() *http.ServeMux
func (*Controller) RootHandler ¶
func (c *Controller) RootHandler(w http.ResponseWriter, r *http.Request)
func (*Controller) WSHandler ¶
func (c *Controller) WSHandler(ws *websocket.Conn)
Click to show internal directories.
Click to hide internal directories.