Versions in this module Expand all Collapse all v0 v0.4.50 Mar 11, 2024 v0.4.49 Mar 11, 2024 Changes in this version + type FilterResult struct + ErrorCode int16 + ErrorMessage string + MatchingACLs []MatchingACL + type MatchingACL struct + ErrorCode int16 + ErrorMessage string + Host string + Operation int8 + PermissionType int8 + Principal string + ResourceName string + ResourcePatternType int8 + ResourceType int8 + type Request struct + Filters []RequestFilter + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Broker(cluster protocol.Cluster) (protocol.Broker, error) + type RequestFilter struct + HostFilter string + Operation int8 + PermissionType int8 + PrincipalFilter string + ResourceNameFilter string + ResourcePatternTypeFilter int8 + ResourceTypeFilter int8 + type Response struct + FilterResults []FilterResult + ThrottleTimeMs int32 + func (r *Response) ApiKey() protocol.ApiKey