feat: refactoring to the new schema (#1219)

* feat: refactoring to the new schema

Signed-off-by: AlexsJones <alexsimonjones@gmail.com>

* chore: updated readme with grpc commands

Signed-off-by: AlexsJones <alexsimonjones@gmail.com>

* chore: updated deps

Signed-off-by: AlexsJones <alexsimonjones@gmail.com>

---------

Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
Co-authored-by: Matthis <matthish29@gmail.com>
This commit is contained in:
Alex Jones
2024-08-15 14:42:55 +01:00
committed by GitHub
parent 3148b5c61d
commit 02fa109429
14 changed files with 219 additions and 1267 deletions

View File

@@ -0,0 +1,7 @@
package analyze
import rpc "buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go/schema/v1/schemav1grpc"
type Handler struct {
rpc.UnimplementedServerAnalyzerServiceServer
}