Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ loggableObject
Struct
loggableObject
event_test.go:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
type
loggableObject
struct
{
60
member string
61
}
62
63
func
(o loggableObject) MarshalZerologObject(e *Event) {
64
e.Str(
"member"
, o.member)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected