mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 13:43:42 +08:00
chore: change variable name & package
This commit is contained in:
8
common/ctxkey/key.go
Normal file
8
common/ctxkey/key.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package ctxkey
|
||||
|
||||
var (
|
||||
Channel = "channel"
|
||||
RequestModel = "request_model"
|
||||
ConvertedRequest = "converted_request"
|
||||
OriginModel = "origin_model"
|
||||
)
|
||||
Reference in New Issue
Block a user