split up admin / sub handler
This commit is contained in:
8
handler/handler_admin_const.go
Normal file
8
handler/handler_admin_const.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package handler
|
||||
|
||||
type contextKey int
|
||||
|
||||
const (
|
||||
contextUserKey contextKey = iota
|
||||
contextSessionKey
|
||||
)
|
||||
Reference in New Issue
Block a user