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 Component struct + EntityType string + Match string + MatchType int8 + type Entity struct + EntityName string + EntityType string + type Request struct + Components []Component + Strict bool + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Broker(cluster protocol.Cluster) (protocol.Broker, error) + type Response struct + Entries []ResponseQuotas + ErrorCode int16 + ErrorMessage string + ThrottleTimeMs int32 + func (r *Response) ApiKey() protocol.ApiKey + type ResponseQuotas struct + Entities []Entity + Values []Value + type Value struct + Key string + Value float64