Smithyj

Results 62 comments of Smithyj

好早之前我就提过这个问题。不能没有。可以不用

According to the current goctl pattern, I have to repeat the definition of the same group syntax block as shown in the example below, but the goctl idea plugin shows...

In fact, mainstream web frameworks in any language currently support global-level middleware, group-level middleware, and handler-level middleware. I hope this requirement can be included in the development plan as it...

@kevwan @Mikaelemmmm 如下所示,这种需求下,就很有必要推出 handler 级别 middleware ``` @server ( prefix: /account/v1 group: account middleware: AuthMiddleware ) service account { @doc "获取用户信息" @handler GetInfo get /account/info returns (AccountInfoResponse) @doc "修改密码" @handler...