chore: change variable name & package

This commit is contained in:
JustSong
2024-04-19 23:49:21 +08:00
parent a225850a6e
commit 9944dd5c39
6 changed files with 28 additions and 28 deletions

8
common/ctxkey/key.go Normal file
View File

@@ -0,0 +1,8 @@
package ctxkey
var (
Channel = "channel"
RequestModel = "request_model"
ConvertedRequest = "converted_request"
OriginModel = "origin_model"
)