Sfoglia il codice sorgente

added unstable declaration for follow log

Shelikhoo 4 anni fa
parent
commit
81462f7b65
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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) {};
 }