setStatus(\Grpc\Status::unimplemented()); return null; } /** * Get the method descriptors of the service for server registration * * @return array of \Grpc\MethodDescriptor for the service methods */ public final function getMethodDescriptors(): array { return [ '/palm.morus.v1.Markdown/ToHtml' => new \Grpc\MethodDescriptor( $this, 'ToHtml', '\Palm\Morus\V1\MarkdownToHtmlRequest', \Grpc\MethodDescriptor::UNARY_CALL ), ]; } }