Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ Output
Interface
Output
framework/log/output.go:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
)
24
25
type
Output
interface
{
26
Write(stamp time.Time, debug bool, msg string)
27
Close() error
28
}
29
30
type
multiOut
struct
{
31
outs []Output
Callers
16
Write
Method · 0.65
output
Method · 0.65
log
Method · 0.65
marshalOrderedJSON
Function · 0.65
submitMsgOpts
Function · 0.65
TestSMTPDelivery_AbortData
Function · 0.65
Write
Method · 0.65
verifyTestMsg
Function · 0.65
Run
Function · 0.65
ensureDirectoryWritable
Function · 0.65
ReadConfig
Function · 0.65
moduleMain
Function · 0.65
Implementers
8
multiOut
framework/log/output.go
funcOut
framework/log/output.go
NopOutput
framework/log/output.go
Logger
framework/log/log.go
syslogOut
framework/log/syslog.go
wcOutput
framework/log/writer.go
s3blob
internal/storage/blob/s3/s3.go
Conn
tests/conn.go
Calls
no outgoing calls
Tested by
no test coverage detected