* Medium payload (based on Clearbit API response) */
| 46 | Medium payload (based on Clearbit API response) |
| 47 | */ |
| 48 | type CBAvatar struct { |
| 49 | Url string |
| 50 | } |
| 51 | |
| 52 | type CBGravatar struct { |
| 53 | Avatars []*CBAvatar |
nothing calls this directly
no outgoing calls
no test coverage detected