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

Struct CBPerson

benchmark/benchmark.go:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64type CBPerson struct {
65 Name *CBName
66 Github *CBGithub
67 Gravatar *CBGravatar
68}
69
70type MediumPayload struct {
71 Person *CBPerson

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected