MCPcopy Create free account
hub / github.com/foxcpp/maddy / MultiOutput

Function MultiOutput

framework/log/output.go:49–51  ·  view source on GitHub ↗
(outputs ...Output)

Source from the content-addressed store, hash-verified

47}
48
49func MultiOutput(outputs ...Output) Output {
50 return multiOut{outputs}
51}
52
53type funcOut struct {
54 out func(time.Time, bool, string)

Callers 1

LogOutputOptionFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected