# Functions
Containers returns list of containers (Container).
ContainersStats returns list of containers stats (ContainerStat).
Images returns list of images (Image).
Networks returns list of networks (Network).
Pods returns list of pods (Pod).
RemoveScientificNotationFromFloat returns a float without any scientific notation if the number has any.
SetupRegistry will initialize podman registry.
StartCacheSizeTicker starts container cache refresh routine.
No description provided by the author
SystemInfo return system information (System).
Volumes returns list of volumes (Volume).
# Variables
ErrDeadline deadline exceeded error.
# Structs
Container implements container's basic information and its state.
ContainerStat implements container's stat.
Image implements image's basic information.
No description provided by the author
Network implements network's basic information.
Pod implements pod's basic information.
System implements podman system information.
Volume implements volume's basic information.