daemon/logger: fix godoc

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-11-02 18:47:50 +01:00
parent 5dd50a381a
commit be1829f63d
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ type ReadConfig struct {
// LogReader is the interface for reading log messages for loggers that support reading.
type LogReader interface {
// Read logs from underlying logging backend
// ReadLogs reads logs from underlying logging backend.
ReadLogs(ReadConfig) *LogWatcher
}