Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
66
func
FuncOutput(f
func
(time.Time, bool, string), close
func
() error) Output {
67
return
funcOut{f, close}
68
}
69
70
type
NopOutput
struct
{}
71
Callers
1
Logger
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected