(s *grpc.Server)
| 40 | } |
| 41 | |
| 42 | func (h *Handler) RegisterSyntaxGRPC(s *grpc.Server) { |
| 43 | opl.RegisterSyntaxServiceServer(s, h) |
| 44 | } |
| 45 | |
| 46 | func (h *Handler) Check(_ context.Context, request *opl.CheckRequest) (*opl.CheckResponse, error) { |
| 47 | _, parseErrors := Parse(string(request.GetContent())) |
no outgoing calls