Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ fixtureObj
Struct
fixtureObj
fixtures_test.go:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
fixtureObj
struct
{
13
Pub string
14
Tag string `json:
"tag"
`
15
priv int
16
}
17
18
func
(o fixtureObj) MarshalZerologObject(e *Event) {
19
e.Str(
"Pub"
, o.Pub).
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected