remove legacy code (#2084)

This commit is contained in:
taobig
2022-07-01 22:41:16 +08:00
committed by GitHub
parent 4e26e0407e
commit bfd0869ee2

View File

@@ -31,7 +31,6 @@ type handlerInfo struct {
Call string
HasResp bool
HasRequest bool
After1_1_10 bool
}
func genHandler(dir, rootPkg string, cfg *config.Config, group spec.Group, route spec.Route) error {