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

Interface TraceWriter

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

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type TraceWriter interface {
6 Info(string, ...interface{})
7}
8
9type EmptyTraceWriter struct{}
10

Callers 5

SkipFunction · 0.65
FilterFunction · 0.65
GetHostInfoFunction · 0.65
getImagePullOptionsFunction · 0.65
listArtifactsMethod · 0.65

Implementers 2

EmptyTraceWriterpkg/workflowpattern/trace_writer.go
StdOutTraceWriterpkg/workflowpattern/trace_writer.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…