MCPcopy
hub / github.com/kagent-dev/kagent / Health

Interface Health

go/api/client/health.go:8–10  ·  view source on GitHub ↗

Health defines the health-related operations

Source from the content-addressed store, hash-verified

6
7// Health defines the health-related operations
8type Health interface {
9 Get(ctx context.Context) error
10}
11
12// healthClient handles health-related requests
13type healthClient struct {

Callers 8

BeforeMethod · 0.65
BeforeMethod · 0.65
assertSingleHeaderFunction · 0.65

Implementers 10

KAgentSessionServicego/adk/pkg/session/session.go
sessionStatego/adk/pkg/session/local_session.go
KAgentTaskStorego/adk/pkg/taskstore/store.go
StringVargo/core/pkg/env/var.go
BoolVargo/core/pkg/env/var.go
IntVargo/core/pkg/env/var.go
DurationVargo/core/pkg/env/var.go
kubeClientWrappergo/core/internal/utils/client_wrapper.
BaseClientgo/api/client/base.go
healthClientgo/api/client/health.go

Calls

no outgoing calls

Tested by

no test coverage detected