[feat] 新增 RouteParam 接口

This commit is contained in:
what 2024-02-01 15:58:57 +08:00
parent 64555b3678
commit 5b83db69b0

View File

@ -108,7 +108,7 @@ type RouteParam interface {
GetType() RouteParamType
GetCategory() RouteParamCategory
IsRequired() bool
InjectValueToGlobalParams(*http.Request, GlobalParams) error
InjectRequestToGlobalParams(*http.Request, GlobalParams) error
}
type WsClientGroup string