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