Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ MarshalZerologObject
Method
MarshalZerologObject
binary_test.go:228–232 ·
view source on GitHub ↗
(e *Event)
Source
from the content-addressed store, hash-verified
226
}
227
228
func
(u User) MarshalZerologObject(e *Event) {
229
e.Str(
"name"
, u.Name).
230
Int(
"age"
, u.Age).
231
Time(
"created"
, u.Created)
232
}
233
234
type
Users []User
235
Callers
nothing calls this directly
Calls
3
Time
Method · 0.45
Int
Method · 0.45
Str
Method · 0.45
Tested by
no test coverage detected