mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
correct all the formate to formatter
Signed-off-by: kaiwentan <kaiwentan@harmonycloud.cn>
This commit is contained in:
parent
f63d1a6eec
commit
b8155bd5be
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ const (
|
|||
uniqueSizeHeader = "UNIQUE SiZE"
|
||||
)
|
||||
|
||||
// DiskUsageContext contains disk usage specific information required by the formater, encapsulate a Context struct.
|
||||
// DiskUsageContext contains disk usage specific information required by the formatter, encapsulate a Context struct.
|
||||
type DiskUsageContext struct {
|
||||
Context
|
||||
Verbose bool
|
||||
|
|
|
@ -20,7 +20,7 @@ const (
|
|||
digestHeader = "DIGEST"
|
||||
)
|
||||
|
||||
// ImageContext contains image specific information required by the formater, encapsulate a Context struct.
|
||||
// ImageContext contains image specific information required by the formatter, encapsulate a Context struct.
|
||||
type ImageContext struct {
|
||||
Context
|
||||
Digest bool
|
||||
|
|
Loading…
Add table
Reference in a new issue