| 68 | } |
| 69 | |
| 70 | type MediumPayload struct { |
| 71 | Person *CBPerson |
| 72 | Company map[string]interface{} |
| 73 | } |
| 74 | |
| 75 | // These types mirror the medium payload without inheriting the generated |
| 76 | // MarshalJSON and UnmarshalJSON methods on the benchmark's primary types. |
nothing calls this directly
no outgoing calls
no test coverage detected