Split container.go into three files

Weighing in at ~1700 lines, container.go is just too big. Split
it into three files: core structs and accessors (container.go),
public API (container_api.go), and internal functions
(container_internal.go).

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
Matthew Heon
2018-01-18 11:37:41 -05:00
parent 0d69ca6637
commit 64d2190ec1
3 changed files with 1136 additions and 1110 deletions

File diff suppressed because it is too large Load Diff