mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
log: auto generated
This commit is contained in:
parent
31c4df51e1
commit
4c42396ca0
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user