Explorar el Código

Merge pull request #44398 from thaJeztah/daemon_logger_godoc

daemon/logger: fix godoc
Sebastiaan van Stijn hace 2 años
padre
commit
98f36bba9a
Se han modificado 1 ficheros con 1 adiciones y 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
 }