mirror of
https://github.com/containers/podman.git
synced 2025-05-26 03:47:53 +08:00
Add FFJSON encoding/decoding for our container structs
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #323 Approved by: mheon
This commit is contained in:
@ -88,6 +88,7 @@ func (ns LinuxNS) String() string {
|
||||
}
|
||||
|
||||
// Container is a single OCI container
|
||||
// ffjson: skip
|
||||
type Container struct {
|
||||
config *ContainerConfig
|
||||
|
||||
|
Reference in New Issue
Block a user