chore: move config key to package ctxkey

This commit is contained in:
JustSong
2024-04-21 18:55:13 +08:00
parent d87c55f542
commit e30ebda0fe
9 changed files with 23 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
package ctxkey
var (
const (
RequestModel = "request_model"
ConvertedRequest = "converted_request"
OriginalModel = "original_model"