View Source KafkaEx.New.Protocols.Kayrock.DescribeGroups.Response protocol (kafka_ex v0.14.0)
This protocol is used to parse Describe Groups response
Summary
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec parse_response(t()) :: {:ok, [KafkaEx.New.Structs.ConsumerGroup.t()]} | {:error, term()}