MCPcopy
hub / github.com/kite-org/kite / Restartable

Interface Restartable

pkg/resources/handler.go:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type Restartable interface {
71 Restart(c *gin.Context, namespace, name string) error
72}
73
74type SearchFunc func(c *gin.Context, query string, limit int64) ([]common.SearchResult, error)
75

Callers

nothing calls this directly

Implementers 1

DeploymentHandlerpkg/resources/deployment_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected