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

Struct UpdateFeaturesResponse

update_features_response.go:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "time"
4
5type UpdateFeaturesResponse struct {
6 Version int16
7
8 ThrottleTime time.Duration
9
10 ErrorCode KError
11 ErrorMessage *string
12
13 // Results contains the per-feature update results
14 Results []UpdatableFeatureResult
15}
16
17func (r *UpdateFeaturesResponse) setVersion(v int16) {
18 r.Version = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected