mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +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:
@ -10,6 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// Pod represents a group of containers that may share namespaces
|
||||
// ffjson: skip
|
||||
type Pod struct {
|
||||
config *PodConfig
|
||||
|
||||
|
Reference in New Issue
Block a user