1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

api/reader.go: improve documentation abit

This commit is contained in:
Henrik Hautakoski 2023-04-20 16:52:21 +02:00
parent c774cbf3ca
commit 8b981a0bc0

View file

@ -3,7 +3,7 @@ package api
// Reader interface defines the required method
// to read a message from an channel.
//
// This is a low-level interface typically implemented by transport drivers.
// This is a low-level interface typically implemented by backend drivers
type Reader interface {
// Read a message from a channel.
// Read may block until a message is ready or an error occured.