Versions in this module Expand all Collapse all v1 v1.8.0 Nov 12, 2024 Changes in this version + type API struct + Token string + func New(token string) *API + func (api *API) RegisterFunc(path string, fn http.HandlerFunc) + func (api *API) RegisterHandler(path string, handler http.Handler) + func (api *API) RequireToken(fn http.HandlerFunc) http.HandlerFunc + func (api *API) Start(block bool) error