9 lines
157 B
Go
9 lines
157 B
Go
package contexts
|
|
|
|
import (
|
|
"git.haelnorr.com/h/golib/hwsauth"
|
|
"git.haelnorr.com/h/oslstats/internal/db"
|
|
)
|
|
|
|
var CurrentUser hwsauth.ContextLoader[*db.User]
|