Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_execlog_log_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterLogServiceServer ¶
func RegisterLogServiceServer(s *grpc.Server, srv LogServiceServer)
Types ¶
type LogServiceClient ¶
type LogServiceClient interface {
SaveLog(ctx context.Context, in *api.SaveLogReq, opts ...grpc.CallOption) (*api.SaveLogResp, error)
}
LogServiceClient is the client API for LogService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewLogServiceClient ¶
func NewLogServiceClient(cc grpc.ClientConnInterface) LogServiceClient
type LogServiceServer ¶
type LogServiceServer interface {
SaveLog(context.Context, *api.SaveLogReq) (*api.SaveLogResp, error)
}
LogServiceServer is the server API for LogService service.
type UnimplementedLogServiceServer ¶ added in v0.0.5
type UnimplementedLogServiceServer struct { }
UnimplementedLogServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedLogServiceServer) SaveLog ¶ added in v0.0.5
func (*UnimplementedLogServiceServer) SaveLog(context.Context, *api.SaveLogReq) (*api.SaveLogResp, error)
Click to show internal directories.
Click to hide internal directories.