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

Struct TaskRepo

agent/app/repo/task.go:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type TaskRepo struct {
14}
15
16type ITaskRepo interface {
17 Save(ctx context.Context, task *model.Task) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected