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

Struct AlterConfigsRequest

alter_configs_request.go:4–8  ·  view source on GitHub ↗

AlterConfigsRequest is an alter config request type

Source from the content-addressed store, hash-verified

2
3// AlterConfigsRequest is an alter config request type
4type AlterConfigsRequest struct {
5 Version int16
6 Resources []*AlterConfigsResource
7 ValidateOnly bool
8}
9
10func (a *AlterConfigsRequest) setVersion(v int16) {
11 a.Version = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected