We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2666824 commit ebd2c33Copy full SHA for ebd2c33
sdjournal/read.go
@@ -256,8 +256,8 @@ process:
256
}
257
258
259
-// FollowTail synchronously follows the JournalReader, writing each new journal entry to writer. The
260
-// follow will continue until a single time.Time is received on the until channel.
+// FollowTail synchronously follows the JournalReader, writing each new journal entry to entries.
+// It will start from the next unread entry.
261
func (r *JournalReader) FollowTail(entries chan *JournalEntry) error {
262
defer close(entries)
263
0 commit comments