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