| 97 | } |
| 98 | |
| 99 | type encodingJSONMediumPayload struct { |
| 100 | Person *encodingJSONCBPerson |
| 101 | Company map[string]interface{} |
| 102 | } |
| 103 | |
| 104 | // Reponse from Clearbit API. Size: 2.4kb |
| 105 | var mediumFixture []byte = []byte(`{ |
nothing calls this directly
no outgoing calls
no test coverage detected