allow to specify external types in ref openapi annotation

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-02-28 15:51:04 +03:00
parent 3e6e9eb469
commit fc716500c4
4 changed files with 83 additions and 27 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.16
require (
github.com/fatih/structtag v1.2.0
go.unistack.org/micro-proto/v3 v3.2.3
go.unistack.org/micro-proto/v3 v3.2.5
golang.org/x/tools v0.1.9
google.golang.org/protobuf v1.27.1
)