mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-07-16 16:31:13 +00:00
* feat: add configuration api route Signed-off-by: Matthis Holleville <matthish29@gmail.com> * feat: rename cache methods Signed-off-by: Matthis Holleville <matthish29@gmail.com> --------- Signed-off-by: Matthis Holleville <matthish29@gmail.com>
10 lines
162 B
Go
10 lines
162 B
Go
package server
|
|
|
|
import (
|
|
rpc "buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go/schema/v1/schemav1grpc"
|
|
)
|
|
|
|
type handler struct {
|
|
rpc.UnimplementedServerServiceServer
|
|
}
|