# Functions
NewSandbox creates an internally used sandbox type.
NewStore creates a sandbox store.
StoreStatus creates the storage containing the passed in sandbox status with the specified id.
# Constants
StateNotReady is notready state, it ONLY means sandbox container is not running.
StateReady is ready state, it means sandbox container is running.
StateUnknown is unknown state.
# Interfaces
StatusStorage manages the sandbox status.
# Type aliases
State is the sandbox state we use in containerd/cri.
UpdateFunc is function used to update the sandbox status.