Documentation
¶
Overview ¶
Package api contains the webserver for API and SSE subscription
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServerConfig ¶
type SSESubscription ¶
type SSESubscription struct {
// contains filtered or unexported fields
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg *HTTPServerConfig) (srv *Server)
func (*Server) RunInBackground ¶
func (s *Server) RunInBackground()
Click to show internal directories.
Click to hide internal directories.