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

First golang generation #94

Merged
merged 13 commits into from
Jun 27, 2023
Merged

First golang generation #94

merged 13 commits into from
Jun 27, 2023

Conversation

runyontr
Copy link
Contributor

Generating the golang clients for the proto services to jumpstart the API conversion as part of switching the API to golang.

blocked by #93

Signed-off-by: Tom Runyon <[email protected]>
@runyontr runyontr requested a review from gerred June 20, 2023 10:14
@gerred
Copy link
Contributor

gerred commented Jun 21, 2023

I wonder if we should move the package a bit deeper into the folder hierarchy here, having a top level pkg/cmd feels a little weird with the Python code under leapfrog/ and model code under models/, maybe under api/ ?

@gerred
Copy link
Contributor

gerred commented Jun 21, 2023

otherwise lgtm

Tom Runyon added 2 commits June 22, 2023 06:42
Signed-off-by: Tom Runyon <[email protected]>
Signed-off-by: Tom Runyon <[email protected]>
Tom Runyon added 2 commits June 24, 2023 08:26
Signed-off-by: Tom Runyon <[email protected]>
Signed-off-by: Tom Runyon <[email protected]>
import leapfrog
import logging

class Whisper(leapfrog.AudioService):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gerred can you finish this implementation?

@runyontr runyontr merged commit 0f0b629 into protobuf Jun 27, 2023
@runyontr runyontr deleted the go-api branch June 27, 2023 18:40
andrewrisse pushed a commit that referenced this pull request Apr 18, 2024
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

Successfully merging this pull request may close these issues.

2 participants