From f2041b51f39855f288f8feb486c5726587ebe90a Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 12 Feb 2018 11:48:20 -0500 Subject: Add FFJSON encoding/decoding for our container structs Signed-off-by: Matthew Heon Closes: #323 Approved by: mheon --- libpod/pod.go | 1 + 1 file changed, 1 insertion(+) (limited to 'libpod/pod.go') 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 -- cgit v1.2.3-54-g00ecf