Merge pull request #44398 from thaJeztah/daemon_logger_godoc

daemon/logger: fix godoc
This commit is contained in:
Sebastiaan van Stijn 2022-11-02 23:50:29 +01:00 committed by GitHub
commit 98f36bba9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}