move to micro v4
All checks were successful
test / test (push) Successful in 3m27s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-07 12:52:22 +03:00
parent d6b0f1feb1
commit e1b73741be
9 changed files with 110 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
syntax = "proto3";
package service;
option go_package="go.unistack.org/micro-config-service/v3/proto;servicepb";
option go_package="go.unistack.org/micro-config-service/v4/proto;servicepb";
service Config {
rpc Load(LoadRequest) returns (LoadResponse) {};