# Functions
No description provided by the author
DiskUsage returns information about image, container, and volume disk consumption.
Events allows you to monitor libdpod related events like container creation and removal.
Info returns information about the libpod environment and its stores.
Prune removes all unused system data.
No description provided by the author
# Structs
CheckOptions are optional options for storage consistency check/repair
go:generate go run ../generator/generator.go CheckOptions.
DiskOptions are optional options for getting storage consumption
go:generate go run ../generator/generator.go DiskOptions.
EventsOptions are optional options for monitoring events
go:generate go run ../generator/generator.go EventsOptions.
InfoOptions are optional options for getting info about libpod
go:generate go run ../generator/generator.go InfoOptions.
PruneOptions are optional options for pruning
go:generate go run ../generator/generator.go PruneOptions.
VersionOptions are optional options for getting version info
go:generate go run ../generator/generator.go VersionOptions.