MCPcopy
hub / github.com/IBM/sarama / OffsetFetchResponse

Struct OffsetFetchResponse

offset_fetch_response.go:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84type OffsetFetchResponse struct {
85 Version int16
86 ThrottleTimeMs int32
87 Blocks map[string]map[int32]*OffsetFetchResponseBlock // v0-7; on v8+ see Groups
88 Err KError // v0-7; on v8+ see Groups[i].Err
89 Groups []OffsetFetchResponseGroup // v8+
90}
91
92func (r *OffsetFetchResponse) setVersion(v int16) {
93 r.Version = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected