package domain type ContextKey string func (c ContextKey) ToString() string { return string(c) } const ( RoleCode ContextKey = "role" DeviceIDCode ContextKey = "device_id" ScopeCode ContextKey = "scope" UidCode ContextKey = "uid" )