support for multiple routing response docs

This commit is contained in:
cuisaihang
2022-10-11 18:18:20 +08:00
parent 3ff75d22a5
commit dc7397c7c2
6 changed files with 98 additions and 3 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.16
require (
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/spf13/cobra v1.5.0 // indirect
github.com/urfave/cli/v2 v2.3.0
github.com/zeromicro/go-zero v1.3.0
github.com/zeromicro/go-zero/tools/goctl v1.3.2