feat: adding a query mode for the schednex scheduler (#1257)

Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
This commit is contained in:
Alex Jones
2024-09-22 19:29:29 +01:00
committed by GitHub
parent 1dfd139731
commit 53465d5c83
5 changed files with 60 additions and 4 deletions

View File

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