ing
This commit is contained in:
parent
c4250bc31c
commit
3a7af25014
9
const.go
9
const.go
|
@ -8,11 +8,10 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
SessionGRPCMetadataKey = cuc.ContextKey("SessionGRPCMetadata")
|
SessionClientTypeKey = cuc.ContextKey("SessionClientType")
|
||||||
SessionClientTypeKey = cuc.ContextKey("SessionClientType")
|
SessionIDKey = cuc.ContextKey("SessionID")
|
||||||
SessionIDKey = cuc.ContextKey("SessionID")
|
SessionTargetIDKey = cuc.ContextKey("SessionTargetID")
|
||||||
SessionTargetIDKey = cuc.ContextKey("SessionTargetID")
|
SessionWriteChanKey = cuc.ContextKey("SessionWriteChan")
|
||||||
SessionWriteChanKey = cuc.ContextKey("SessionWriteChan")
|
|
||||||
|
|
||||||
GRPCClientTypeKey = cuc.ContextKey("OVERFLOW_GRPC_CLIENT_TYPE")
|
GRPCClientTypeKey = cuc.ContextKey("OVERFLOW_GRPC_CLIENT_TYPE")
|
||||||
GRPCSessionIDKey = cuc.ContextKey("OVERFLOW_GRPC_SESSION_ID")
|
GRPCSessionIDKey = cuc.ContextKey("OVERFLOW_GRPC_SESSION_ID")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user