MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / TaskExtension

Struct TaskExtension

internal/task/base.go:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type TaskExtension struct {
13 tache.Base
14 Creator *model.User
15 startTime *time.Time
16 endTime *time.Time
17 TotalBytes int64
18 ApiUrl string
19}
20
21func (t *TaskExtension) SetCtx(ctx context.Context) {
22 if t.Creator != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected