regen for latest micro #32

Merged
vtolstov merged 63 commits from regen into master 2023-04-28 16:05:48 +03:00
Showing only changes of commit 9f68802980 - Show all commits

View File

@ -27,7 +27,7 @@ option objc_class_prefix = "MAPI";
// [MicroMethod][micro.api.MicroMethod] // [MicroMethod][micro.api.MicroMethod]
message MicroMethod { message MicroMethod {
// Timeout for handler // Timeout for handler
int32 timeout = 1; string timeout = 1;
// ServerOptions contains options for server // ServerOptions contains options for server
repeated string server_options = 2; repeated string server_options = 2;
// ClientOptions contains options for client // ClientOptions contains options for client