package middleware type ctxKey string const ( keyInstanceId ctxKey = "ctx.instance.id" keyJwtToken ctxKey = "ctx.jwt.token" )