add codec proto

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-02-28 08:52:54 +03:00
parent 28f918b741
commit 7375473009
2 changed files with 29 additions and 0 deletions

View File

@@ -12,3 +12,4 @@ package main
//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
//go:generate protoc -I. -I./tag --go_out=paths=source_relative:. ./codec/frame.proto