* Medium payload (based on Clearbit API response) */
| 31 | Medium payload (based on Clearbit API response) |
| 32 | */ |
| 33 | type CBAvatar struct { |
| 34 | Url string |
| 35 | } |
| 36 | |
| 37 | type CBGravatar struct { |
| 38 | Avatars []*CBAvatar |
nothing calls this directly
no outgoing calls
no test coverage detected