MCPcopy Create free account
hub / github.com/aptly-dev/aptly / Output

Struct Output

task/output.go:13–16  ·  view source on GitHub ↗

Output represents a safe standard output of task which is compatbile to AptlyProgress.

Source from the content-addressed store, hash-verified

11// Output represents a safe standard output of task
12// which is compatbile to AptlyProgress.
13type Output struct {
14 mu *sync.Mutex
15 output *bytes.Buffer
16}
17
18// PublishOutput specific output for publishing api
19type PublishOutput struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected