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

This commit is contained in:
2025-02-27 22:45:32 +03:00
parent 707476bbd4
commit a9bbe17047
22 changed files with 188 additions and 566 deletions

View File

@@ -1,7 +1,7 @@
syntax = "proto3";
package micro.server.http.v3.handler.health;
option go_package = "go.unistack.org/micro-server-http/v3/handler/health;health_handler";
package micro.server.http.v4.handler.health;
option go_package = "go.unistack.org/micro-server-http/v4/handler/health;health_handler";
import "api/annotations.proto";
import "openapiv3/annotations.proto";