Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebServer ¶
type WebServer struct { Router chi.Router Handlers map[string]http.HandlerFunc WebServerPort string }
func NewWebServer ¶
func (*WebServer) AddHandler ¶
func (s *WebServer) AddHandler(path string, handler http.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.