daemon/logger: fix godoc
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
5dd50a381a
commit
be1829f63d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue