From 4c42396ca01372dc004e9b6e8d827f537e943024 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Sat, 19 Jun 2021 10:50:56 +0100 Subject: [PATCH] log: auto generated --- app/log/command/config_grpc.pb.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/log/command/config_grpc.pb.go b/app/log/command/config_grpc.pb.go index 9b51d111b..756c40f8f 100644 --- a/app/log/command/config_grpc.pb.go +++ b/app/log/command/config_grpc.pb.go @@ -19,6 +19,7 @@ const _ = grpc.SupportPackageIsVersion7 // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream. type LoggerServiceClient interface { RestartLogger(ctx context.Context, in *RestartLoggerRequest, opts ...grpc.CallOption) (*RestartLoggerResponse, error) + //Unstable interface FollowLog(ctx context.Context, in *FollowLogRequest, opts ...grpc.CallOption) (LoggerService_FollowLogClient, error) } @@ -76,6 +77,7 @@ func (x *loggerServiceFollowLogClient) Recv() (*FollowLogResponse, error) { // for forward compatibility type LoggerServiceServer interface { RestartLogger(context.Context, *RestartLoggerRequest) (*RestartLoggerResponse, error) + //Unstable interface FollowLog(*FollowLogRequest, LoggerService_FollowLogServer) error mustEmbedUnimplementedLoggerServiceServer() }