MCPcopy
hub / github.com/uptrace/uptrace / Task

Struct Task

pkg/taskq/task.go:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type Task struct {
70 name string
71 opt *TaskConfig
72
73 handler Handler
74 fallbackHandler Handler
75}
76
77func NewTask(name string) *Task {
78 return &Task{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected