MCPcopy Create free account
hub / github.com/buger/jsonparser / SmallPayload

Struct SmallPayload

benchmark/benchmark.go:18–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}`)
17
18type 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/*
31Medium payload (based on Clearbit API response)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected