MCPcopy
hub / github.com/aptly-dev/aptly / Process

FuncType Process

task/task.go:31–31  ·  view source on GitHub ↗

Process is a function implementing the actual task logic

func(out aptly.Progress, detail *Detail) (*ProcessReturnValue, error)

Source from the content-addressed store, hash-verified

29
30// Process is a function implementing the actual task logic
31type Process func(out aptly.Progress, detail *Detail) (*ProcessReturnValue, error)
32
33const (
34 // IDLE when task is waiting

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected