prepare v4
Some checks failed
lint / lint (pull_request) Failing after 1m38s
test / test (pull_request) Successful in 3m20s

This commit is contained in:
2025-02-26 20:32:20 +03:00
parent 134f7374aa
commit c0d186327e
14 changed files with 83 additions and 423 deletions

View File

@@ -1,4 +1,4 @@
package grpc
//go:generate go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
//go:generate sh -c "protoc -I./proto -I$(go list -f '{{ .Dir }}' -m go.unistack.org/micro-proto/v3) -I. --go-grpc_out=paths=source_relative:./proto --go_out=paths=source_relative:./proto proto/test.proto"
//go:generate sh -c "protoc -I./proto -I$(go list -f '{{ .Dir }}' -m go.unistack.org/micro-proto/v4) -I. --go-grpc_out=paths=source_relative:./proto --go_out=paths=source_relative:./proto proto/test.proto"