kmesh-net/kmesh

Make protobuf generated api file under same package with .proto

Offen

#1.024 geöffnet am 08.11.2024

 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (239 Forks)auto 404
good first issuekind/enhancement

Repository-Metriken

Stars
 (739 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 4h) (8 gemergte PRs in 30 T)

Beschreibung

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 https://github.com/kmesh-net/kmesh/blob/52d8f9ef7de5641e2718d1e25b641ba416e2c65c/api/v2/workloadapi/workload.pb.go#L707, but it jump to https://github.com/kmesh-net/kmesh/blob/52d8f9ef7de5641e2718d1e25b641ba416e2c65c/api/workloadapi/workload.proto#L138

Contributor Guide