Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ syslogTestWriter
Struct
syslogTestWriter
syslog_test.go:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
msg string
17
}
18
type
syslogTestWriter
struct
{
19
events []syslogEvent
20
}
21
22
func
(w *syslogTestWriter) Write(p []byte) (int, error) {
23
return
len(p), nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected