add errors proto

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-02-28 00:21:28 +03:00
parent 68fe21362b
commit 28f918b741
14 changed files with 232 additions and 11 deletions

View File

@@ -11,3 +11,4 @@ package main
//go:generate protoc -I. -I./openapiv3 --go_out=paths=source_relative:. ./openapiv3/annotations.proto
//go:generate protoc -I. -I./openapiv3 --go_out=paths=source_relative:. ./openapiv3/openapiv3.proto
//go:generate protoc -I. -I./tag --go_out=paths=source_relative:. ./tag/tag.proto
//go:generate protoc -I. -I./tag --go_out=paths=source_relative:. ./errors/errors.proto