소스 검색

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) {};
 }