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

Method Update

core/app/service/script_library.go:37–37  ·  view source on GitHub ↗
(req dto.ScriptOperate)

Source from the content-addressed store, hash-verified

35 Search(ctx *gin.Context, req dto.SearchPageWithGroup) (int64, interface{}, error)
36 Create(req dto.ScriptOperate) error
37 Update(req dto.ScriptOperate) error
38 Delete(ids dto.OperateByIDs) error
39 Sync(req dto.OperateByTaskID) error
40}

Callers 1

UpdateMethod · 0.65

Implementers 1

ScriptServicecore/app/service/script_library.go

Calls

no outgoing calls

Tested by

no test coverage detected