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

Method Create

agent/app/service/runtime.go:47–47  ·  view source on GitHub ↗
(create request.RuntimeCreate)

Source from the content-addressed store, hash-verified

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
50 Get(id uint) (res *response.RuntimeDTO, err error)

Callers 1

CreateMethod · 0.65

Implementers 1

RuntimeServiceagent/app/service/runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected