remove duplicate ErrNotFound in client

This commit is contained in:
Pavel Sviderski
2024-12-03 15:47:33 +10:00
parent 5da1fc5387
commit 417427b4d5
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"uncloud/internal/machine/docker"
)
var NotFound = errors.New("not found")
var ErrNotFound = errors.New("not found")
// Client is a client for the machine API.
type Client struct {