Update micro.proto

This commit is contained in:
Василий Толстов 2022-11-13 21:28:12 +03:00 committed by GitHub
parent 878432f6ed
commit 9f68802980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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