DeleteAclsResponse is a delete acl response
| 4 | |
| 5 | // DeleteAclsResponse is a delete acl response |
| 6 | type DeleteAclsResponse struct { |
| 7 | Version int16 |
| 8 | ThrottleTime time.Duration |
| 9 | FilterResponses []*FilterResponse |
| 10 | } |
| 11 | |
| 12 | func (d *DeleteAclsResponse) setVersion(v int16) { |
| 13 | d.Version = v |
nothing calls this directly
no outgoing calls
no test coverage detected