Skip to main content
Convert a sequence of bytes into a sequence of proto.Message. Useful to convert the output of Datapoints.Query into a sequence of proto.Message.

Parameters

iter.Seq2[[]byte, error]
The sequence of bytes to convert

Returns

A sequence of proto.Message or an error if any.