MCPcopy Index your code
hub / github.com/foxcpp/maddy / FuncOutput

Function FuncOutput

framework/log/output.go:66–68  ·  view source on GitHub ↗
(f func(time.Time, bool, string), close func() error)

Source from the content-addressed store, hash-verified

64}
65
66func FuncOutput(f func(time.Time, bool, string), close func() error) Output {
67 return funcOut{f, close}
68}
69
70type NopOutput struct{}
71

Callers 1

LoggerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected