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