MCPcopy Create free account
hub / github.com/buger/jsonparser / CBPerson

Struct CBPerson

benchmark/benchmark.go:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type CBPerson struct {
50 Name *CBName
51 Github *CBGithub
52 Gravatar *CBGravatar
53}
54
55type MediumPayload struct {
56 Person *CBPerson

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected