containerd/pkg/cri/store/snapshot
Daniel Canter bcdc8468f8 Fix out of date comments for CRI store packages
All of the CRI store related packages all use the standard errdefs
errors now for if a key doesn't or already exists (ErrAlreadyExists,
ErrNotFound), but the comments for the methods still referenced
some unused package specific error definitions. This change just
updates the comments to reflect what errors are actually returned
and adds comments for some previously undocumented exported functions.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
2022-07-11 13:57:39 -07:00
..
snapshot_test.go switch usage directly to errdefs.(ErrAlreadyExists and ErrNotFound) 2021-09-24 18:26:58 +08:00
snapshot.go Fix out of date comments for CRI store packages 2022-07-11 13:57:39 -07:00