Explorar o código

Merge pull request #44398 from thaJeztah/daemon_logger_godoc

daemon/logger: fix godoc
Sebastiaan van Stijn %!s(int64=2) %!d(string=hai) anos
pai
achega
98f36bba9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      daemon/logger/logger.go

+ 1 - 1
daemon/logger/logger.go

@@ -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
 }