cautions
Considerations when using the api-list
command.
parsing limits of project code
-
*server.Hertz
,*route.Engine
,*route.Group
should be local variables onlyi.e. variable can only be declared within that function parameter or function internally
-
The relativePath passed in the call to
Group()
and the route registration function must be a string literal, not a variable
Last modified
October 24, 2024
: doc(kitexcall): add include path for idl & add -e option (#1161) (f055699)