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

Method Close

framework/log/output.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25type Output interface {
26 Write(stamp time.Time, debug bool, msg string)
27 Close() error
28}
29
30type multiOut struct {

Callers 15

RunFunction · 0.65
ensureDirectoryWritableFunction · 0.65
ReadConfigFunction · 0.65
moduleMainFunction · 0.65
moduleReloadFunction · 0.65
reinitLoggingFunction · 0.65
systemdStatusFunction · 0.65
systemdStatusErrFunction · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65

Implementers 8

multiOutframework/log/output.go
funcOutframework/log/output.go
NopOutputframework/log/output.go
Loggerframework/log/log.go
syslogOutframework/log/syslog.go
wcOutputframework/log/writer.go
s3blobinternal/storage/blob/s3/s3.go
Conntests/conn.go

Calls

no outgoing calls

Tested by 15

CloseMethod · 0.52
TestConcurrencyLimitFunction · 0.52
TestPerIPConcurrencyFunction · 0.52
TestImapsqlDeliveryFunction · 0.52
TestImapsqlDeliveryMapFunction · 0.52
TestImapsqlAuthMapFunction · 0.52
TestLMTPClient_Issue308Function · 0.52
TestDovecotSASLClientFunction · 0.52