[feat] 新增 RouteParam 接口
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user