package contexts import ( "projectreshoot/internal/models" "git.haelnorr.com/h/golib/hwsauth" ) var CurrentUser hwsauth.ContextLoader[*models.UserBun]