mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-15 21:29:32 +00:00
Let's put inspect structs where they're actually being used. We originally made pkg/inspect to solve circular import issues. There are no more circular import issues. Image structs remain for now, I'm focusing on container inspect. Signed-off-by: Matthew Heon <matthew.heon@pm.me> |
||
|---|---|---|
| .. | ||
| parse | ||
| container.go | ||
| container_inspect.go | ||
| create.go | ||
| create_cli.go | ||
| create_cli_test.go | ||
| funcs.go | ||
| funcs_test.go | ||
| intermediate.go | ||
| intermediate_novarlink.go | ||
| intermediate_varlink.go | ||
| parallel.go | ||
| pod.go | ||
| workers.go | ||