moby/plugin
Sebastiaan van Stijn 81e62af94a
use consistent alias for containerd's errdefs package
The signatures of functions in containerd's errdefs packages are very
similar to those in our own, and it's easy to accidentally use the wrong
package.

This patch uses a consistent alias for all occurrences of this import.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-08 19:30:33 +02:00
..
executor/containerd daemon: allow shimv2 runtimes to be configured 2023-02-17 18:08:06 -05:00
v2 plugin: use strings.Cut() 2022-12-21 11:09:02 +01:00
backend_linux.go Use GetBoolOrDefault to remove duplicated invalidFilter usages 2023-01-26 16:28:53 +01:00
backend_linux_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
backend_unsupported.go plugin: use types/registry.AuthConfig 2022-07-29 23:05:19 +02:00
defs.go plugin: use strings.Cut() 2022-12-21 11:09:02 +01:00
errors.go Use GetBoolOrDefault to remove duplicated invalidFilter usages 2023-01-26 16:28:53 +01:00
events.go Add canonical import comment 2018-02-05 16:51:57 -05:00
fetch_linux.go use consistent alias for containerd's errdefs package 2023-04-08 19:30:33 +02:00
manager.go migrate pkg/pubsub to github.com/moby/pubsub 2022-09-30 18:40:19 +02:00
manager_linux.go plugin: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
manager_linux_test.go plugin: Executor.Signal() accept syscall.Signal 2022-05-05 00:53:55 +02:00
manager_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
manager_windows.go Do not call mount.RecursiveUnmount() on Windows 2020-10-29 23:00:16 +01:00
progress.go Use containerd dist libs for plugin pull/pull 2020-04-02 15:03:06 -07:00
registry.go plugin: use types/registry.AuthConfig 2022-07-29 23:05:19 +02:00
store.go plugins: Move GlobalSpecPaths into LocalRegistry 2023-01-10 21:33:49 +01:00
store_test.go goimports: fix imports 2019-09-18 12:56:54 +02:00