updated stuff
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
package contexts
|
||||
|
||||
import (
|
||||
"git.haelnorr.com/h/golib/hwsauth"
|
||||
"git.haelnorr.com/h/oslstats/internal/db"
|
||||
)
|
||||
|
||||
var CurrentUser hwsauth.ContextLoader[*db.User]
|
||||
@@ -1,7 +1,7 @@
|
||||
package contexts
|
||||
|
||||
type contextKey string
|
||||
type Key string
|
||||
|
||||
func (c contextKey) String() string {
|
||||
func (c Key) String() string {
|
||||
return "oslstats context key " + string(c)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user