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

Struct DeleteAclsResponse

acl_delete_response.go:6–10  ·  view source on GitHub ↗

DeleteAclsResponse is a delete acl response

Source from the content-addressed store, hash-verified

4
5// DeleteAclsResponse is a delete acl response
6type DeleteAclsResponse struct {
7 Version int16
8 ThrottleTime time.Duration
9 FilterResponses []*FilterResponse
10}
11
12func (d *DeleteAclsResponse) setVersion(v int16) {
13 d.Version = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected