package
0.6.1
Repository: https://github.com/mtrmac/libpod.git
Documentation: pkg.go.dev

# Functions

BatchContainer is used in ps to reduce performance hits by "batching" locks.
GetCtrInspectInfo takes container inspect data and collects all its info into a ContainerData structure for inspection related methods.
GetNamespaces returns a populated namespace struct.

# Structs

BatchContainerStruct is the return obkect from BatchContainer and contains container related information.
Namespace describes output for ps namespace.
PsOptions describes the struct being formed for ps.