Files
gonic/handler/handler_const.go
2019-05-15 16:03:31 +01:00

9 lines
101 B
Go

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