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

Struct OffsetCommitResponse

offset_commit_response.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "time"
4
5type OffsetCommitResponse struct {
6 Version int16
7 ThrottleTimeMs int32
8 Errors map[string]map[int32]KError
9}
10
11func (r *OffsetCommitResponse) setVersion(v int16) {
12 r.Version = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected