mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #48871 from thaJeztah/fix_godoc
daemon/images: fix godoc for ImageActions
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
metrics "github.com/docker/go-metrics"
|
||||
)
|
||||
|
||||
// ImagesActions measures the time it takes to process some image actions.
|
||||
// ImageActions measures the time it takes to process some image actions.
|
||||
// Exported for use in the containerd-backed image store and it is not intended
|
||||
// for external consumption. Do not use!
|
||||
var ImageActions metrics.LabeledTimer
|
||||
|
||||
Reference in New Issue
Block a user