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

Struct encodingJSONCBAvatar

benchmark/benchmark.go:77–79  ·  view source on GitHub ↗

These types mirror the medium payload without inheriting the generated MarshalJSON and UnmarshalJSON methods on the benchmark's primary types.

Source from the content-addressed store, hash-verified

75// These types mirror the medium payload without inheriting the generated
76// MarshalJSON and UnmarshalJSON methods on the benchmark's primary types.
77type encodingJSONCBAvatar struct {
78 Url string
79}
80
81type encodingJSONCBGravatar struct {
82 Avatars []*encodingJSONCBAvatar

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected