1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 01:15:38 +00:00

added unstable declaration for follow log

This commit is contained in:
Shelikhoo 2021-06-19 00:30:50 +01:00
parent 2cdad52334
commit 81462f7b65
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

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