6 lines
113 B
Go

package global
const ContextUserId = "id"
const ContextIsAdmin = "isAdmin"
const ContextTokenData = "tokenData"