mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-20 09:56:47 +02:00
api/reader.go: improve documentation abit
This commit is contained in:
parent
c774cbf3ca
commit
8b981a0bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ package api
|
||||||
// Reader interface defines the required method
|
// Reader interface defines the required method
|
||||||
// to read a message from an channel.
|
// 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 {
|
type Reader interface {
|
||||||
// Read a message from a channel.
|
// Read a message from a channel.
|
||||||
// Read may block until a message is ready or an error occured.
|
// Read may block until a message is ready or an error occured.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue