| 16 | }`) |
| 17 | |
| 18 | type SmallPayload struct { |
| 19 | St int |
| 20 | Sid int |
| 21 | Tt string |
| 22 | Gr int |
| 23 | Uuid string |
| 24 | Ip string |
| 25 | Ua string |
| 26 | Tz int |
| 27 | V int |
| 28 | } |
| 29 | |
| 30 | /* |
| 31 | Medium payload (based on Clearbit API response) |
nothing calls this directly
no outgoing calls
no test coverage detected