MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Page

Method Page

agent/app/service/runtime.go:46–46  ·  view source on GitHub ↗
(req request.RuntimeSearch)

Source from the content-addressed store, hash-verified

44
45type IRuntimeService interface {
46 Page(req request.RuntimeSearch) (int64, []response.RuntimeDTO, error)
47 Create(create request.RuntimeCreate) (*model.Runtime, error)
48 Delete(delete request.RuntimeDelete) error
49 Update(req request.RuntimeUpdate) error

Callers 1

PageMethod · 0.65

Implementers 1

RuntimeServiceagent/app/service/runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected