Jelajahi Sumber

added unstable declaration for follow log

Shelikhoo 4 tahun lalu
induk
melakukan
81462f7b65
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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) {};
 }