Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interface Rpc not exported in service definition #1107

Open
marcaddeo opened this issue Sep 14, 2024 · 0 comments
Open

interface Rpc not exported in service definition #1107

marcaddeo opened this issue Sep 14, 2024 · 0 comments

Comments

@marcaddeo
Copy link

When I generate a service the Rpc interface is not exported, should it be?

interface Rpc {
  request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
}

I'm trying to implement it as a custom rpc to pass to my ServiceClientImpl that is generated, but since it's not exported I have to edit the file to add export.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant