[feat] 新增 RouteParam 接口
This commit is contained in:
parent
64555b3678
commit
5b83db69b0
@ -108,7 +108,7 @@ type RouteParam interface {
|
|||||||
GetType() RouteParamType
|
GetType() RouteParamType
|
||||||
GetCategory() RouteParamCategory
|
GetCategory() RouteParamCategory
|
||||||
IsRequired() bool
|
IsRequired() bool
|
||||||
InjectValueToGlobalParams(*http.Request, GlobalParams) error
|
InjectRequestToGlobalParams(*http.Request, GlobalParams) error
|
||||||
}
|
}
|
||||||
|
|
||||||
type WsClientGroup string
|
type WsClientGroup string
|
||||||
|
Loading…
Reference in New Issue
Block a user