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

Method DeleteByIDs

agent/app/repo/app.go:34–34  ·  view source on GitHub ↗
(ctx context.Context, ids []uint)

Source from the content-addressed store, hash-verified

32 Save(ctx context.Context, app *model.App) error
33 BatchDelete(ctx context.Context, apps []model.App) error
34 DeleteByIDs(ctx context.Context, ids []uint) error
35 DeleteBy(opts ...DBOption) error
36
37 GetTopRecommend() ([]string, error)

Callers 5

RecordOperationMethod · 0.65
DeleteMethod · 0.65
DeleteRelatedHistoryMethod · 0.65
enforceRetentionMethod · 0.65
deleteCustomAppFunction · 0.65

Implementers 1

AppRepoagent/app/repo/app.go

Calls

no outgoing calls

Tested by

no test coverage detected