Files
projectreshoot/pkg/contexts/currentuser.go

10 lines
153 B
Go

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