Explorar el Código

added unstable declaration for follow log

Shelikhoo hace 4 años
padre
commit
81462f7b65
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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) {};
 }