MCPcopy Create free account
hub / github.com/go-task/task / MatchingTask

Struct MatchingTask

task.go:36–39  ·  view source on GitHub ↗

MatchingTask represents a task that matches a given call. It includes the task itself and a list of wildcards that were matched.

Source from the content-addressed store, hash-verified

34// MatchingTask represents a task that matches a given call. It includes the
35// task itself and a list of wildcards that were matched.
36type MatchingTask struct {
37 Task *ast.Task
38 Wildcards []string
39}
40
41// Run runs Task
42func (e *Executor) Run(ctx context.Context, calls ...*Call) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected