Versions in this module Expand all Collapse all v0 v0.0.1 Apr 13, 2024 Changes in this version + type FloatyItem struct + Duration int64 + Length int + type FloatyModule struct + Values map[string]*FloatyItem + func (FloatyModule) CaddyModule() caddy.ModuleInfo + func (module *FloatyModule) Provision(ctx caddy.Context) error + func (module *FloatyModule) UnmarshalCaddyfile(dispenser *caddyfile.Dispenser) error + func (module FloatyModule) ServeHTTP(writer http.ResponseWriter, request *http.Request, handler caddyHttp.Handler) error