Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HistoryResponse ¶
type HistoryResponse struct { ID string `json:"Id"` Created int64 CreatedBy string Tags []string Size int64 Comment string }
HistoryResponse provides details on image layers
type LibpodImagesRemoveReport ¶
type LibpodImagesRemoveReport struct { entities.ImageRemoveReport // Image removal requires is to return data and an error. Errors []string }
LibpodImagesRemoveReport is the return type for image removal via the rest api.
Click to show internal directories.
Click to hide internal directories.