Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebHandler ¶
type WebHandler struct {
// contains filtered or unexported fields
}
func NewWebHandler ¶
func NewWebHandler(path string, siteFs fs.FS) *WebHandler
func (*WebHandler) RegisterRoutes ¶ added in v0.0.4
func (h *WebHandler) RegisterRoutes(mux *http.ServeMux)
Click to show internal directories.
Click to hide internal directories.