引入 GinWrapperContext, gateway待升级测试

This commit is contained in:
2025-03-10 14:44:20 +08:00
parent 28da213bb8
commit ab78127317
8 changed files with 59 additions and 17 deletions

12
define/request.go Normal file
View File

@ -0,0 +1,12 @@
// Package define ...
//
// Description : define ...
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2025-03-10 14:38
package define
const (
GinWrapperContextKey = "GIN_WRAPPER_CONTEXT"
)