MCPcopy
hub / github.com/nektos/act / StdOutTraceWriter

Struct StdOutTraceWriter

pkg/workflowpattern/trace_writer.go:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type StdOutTraceWriter struct{}
15
16func (*StdOutTraceWriter) Info(format string, args ...interface{}) {
17 fmt.Printf(format+"\n", args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected