mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Fix gofmt
Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
@ -46,7 +46,7 @@ type InspectContainerData struct {
|
||||
GraphDriver *driver.Data `json:"GraphDriver"`
|
||||
SizeRw int64 `json:"SizeRw,omitempty"`
|
||||
SizeRootFs int64 `json:"SizeRootFs,omitempty"`
|
||||
Mounts []InspectMount `json:"Mounts"`
|
||||
Mounts []InspectMount `json:"Mounts"`
|
||||
Dependencies []string `json:"Dependencies"`
|
||||
NetworkSettings *InspectNetworkSettings `json:"NetworkSettings"` //TODO
|
||||
ExitCommand []string `json:"ExitCommand"`
|
||||
|
Reference in New Issue
Block a user