package middleware import ( "net/http" "github.com/xlgmokha/x/pkg/x" ) type TokenParser x.Mapper[*http.Request, RawToken]