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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {