Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
type HTTPServer struct {
// contains filtered or unexported fields
}
HTTPServer handles event POST requests
func NewHTTPServer ¶
NewHTTPServer returns an HTTP server
func (*HTTPServer) ListenAndServe ¶
func (s *HTTPServer) ListenAndServe(stopCh <-chan struct{})
ListenAndServe starts the HTTP server on the specified port
Click to show internal directories.
Click to hide internal directories.