MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / RuntimeService

Struct RuntimeService

agent/app/service/runtime.go:42–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40)
41
42type RuntimeService struct {
43}
44
45type IRuntimeService interface {
46 Page(req request.RuntimeSearch) (int64, []response.RuntimeDTO, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected