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

Make protobuf generated api file under same package with .proto #1024

Open
hzxuzhonghu opened this issue Nov 8, 2024 · 0 comments
Open

Make protobuf generated api file under same package with .proto #1024

hzxuzhonghu opened this issue Nov 8, 2024 · 0 comments
Labels
good first issue Good for newcomers kind/enhancement New feature or request

Comments

@hzxuzhonghu
Copy link
Member

What would you like to be added:

Currently we make the https://github.com/kmesh-net/kmesh/tree/main/api/workloadapi generated files into https://github.com/kmesh-net/kmesh/tree/main/api/v2/workloadapi. It does work well from fdunctionality, in my local dev IDE, goland/vscode, the code navigation does not work well, when i want to naviagate to

type Workload struct {
, but it jump to
message Workload {

@hzxuzhonghu hzxuzhonghu added kind/enhancement New feature or request good first issue Good for newcomers labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant