Files
gonic/handler/handler_admin_const.go
2019-04-25 15:54:47 +01:00

9 lines
101 B
Go

package handler
type contextKey int
const (
contextUserKey contextKey = iota
contextSessionKey
)