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