| 53 | } |
| 54 | |
| 55 | type MediumPayload struct { |
| 56 | Person *CBPerson |
| 57 | Company map[string]interface{} |
| 58 | } |
| 59 | |
| 60 | // Reponse from Clearbit API. Size: 2.4kb |
| 61 | var mediumFixture []byte = []byte(`{ |
nothing calls this directly
no outgoing calls
no test coverage detected