github.com/tuingking/flamingo@v0.0.0-20220403134817-2796ae0e84ca/infra/contextkey/appctx.go (about)

     1  package contextkey
     2  
     3  type ContextKey string
     4  
     5  const (
     6  	Identity ContextKey = `X-Identity`
     7  )