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 Entity struct + EntityName string + EntityType string + type Entry struct + Entities []Entity + Ops []Ops + type Ops struct + Key string + Remove bool + Value float64 + type Request struct + Entries []Entry + ValidateOnly bool + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Broker(cluster protocol.Cluster) (protocol.Broker, error) + type Response struct + Results []ResponseQuotas + ThrottleTimeMs int32 + func (r *Response) ApiKey() protocol.ApiKey + type ResponseQuotas struct + Entities []Entity + ErrorCode int16 + ErrorMessage string