Преглед на файлове

added unstable declaration for follow log

Shelikhoo преди 4 години
родител
ревизия
81462f7b65
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      app/log/command/config.proto

+ 2 - 0
app/log/command/config.proto

@@ -20,5 +20,7 @@ message FollowLogResponse {
 
 service LoggerService {
   rpc RestartLogger(RestartLoggerRequest) returns (RestartLoggerResponse) {}
+
+  //Unstable interface
   rpc FollowLog(FollowLogRequest) returns (stream FollowLogResponse) {};
 }