summaryrefslogtreecommitdiff
path: root/libpod/pod.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-02-12 11:48:20 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-02-16 16:46:09 +0000
commitf2041b51f39855f288f8feb486c5726587ebe90a (patch)
treee7b059b851c3cf3b46630f2ef778844322d74765 /libpod/pod.go
parent445aaf87fae22fb38e68f2bc158e833fa58141bc (diff)
downloadpodman-f2041b51f39855f288f8feb486c5726587ebe90a.tar.gz
podman-f2041b51f39855f288f8feb486c5726587ebe90a.tar.bz2
podman-f2041b51f39855f288f8feb486c5726587ebe90a.zip
Add FFJSON encoding/decoding for our container structs
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #323 Approved by: mheon
Diffstat (limited to 'libpod/pod.go')
-rw-r--r--libpod/pod.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod/pod.go b/libpod/pod.go
index d1e53f415..8af76d5cb 100644
--- a/libpod/pod.go
+++ b/libpod/pod.go
@@ -10,6 +10,7 @@ import (
)
// Pod represents a group of containers that may share namespaces
+// ffjson: skip
type Pod struct {
config *PodConfig