mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 02:45:44 +00:00
5 lines
258 B
Go
5 lines
258 B
Go
// Package storage provides helper functions for creating and managing CRI pod
|
|
// sandboxes and containers and metadata associated with them in the format
|
|
// that crio understands. The API it provides should be considered to be
|
|
// unstable.
|
|
package storage
|