1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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
}