1 2 3 4 5 6 7 8 9
package util type ContextKey uint8 const ( DBKey ContextKey = iota ReqIDKey ProtoMethodKey )