Merge branch 'master' into regen

This commit is contained in:
2023-04-28 13:33:38 +03:00
30 changed files with 315 additions and 702 deletions

View File

@@ -2,6 +2,7 @@ package main
//go:generate protoc -I. -I./api --go_out=paths=source_relative:. ./api/annotations.proto
//go:generate protoc -I. -I./api --go_out=paths=source_relative:. ./api/http.proto
//go:generate protoc -I. -I./api --go_out=paths=source_relative:. ./api/micro.proto
//go:generate protoc -I. -I./api --go_out=paths=source_relative:. ./api/field_behavior.proto
//go:generate protoc -I. -I./api --go_out=paths=source_relative:. ./api/httpbody.proto
//go:generate protoc -I. -I./api --go_out=paths=source_relative:. ./api/micro.proto