Home
last modified time | relevance | path

Searched defs:HTTPErrors (Results 1 – 1 of 1) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/splitio/go-split-commons/v3/dtos/
H A Dtelemetry.go15 type HTTPErrors struct { struct
16 Splits map[int]int64 `json:"sp,omitempty"`
17 Segments map[int]int64 `json:"se,omitempty"`
18 Impressions map[int]int64 `json:"im,omitempty"`
19 ImpressionsCount map[int]int64 `json:"ic,omitempty"`
20 Events map[int]int64 `json:"ev,omitempty"`
21 Token map[int]int64 `json:"to,omitempty"`
22 Telemetry map[int]int64 `json:"te,omitempty"`
111 HTTPErrors *HTTPErrors `json:"hE,omitempty"` member