refactor(libstack): move library to portainer [EE-5474] (#9120)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package errors
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrBinaryNotFound is returned when docker-compose binary is not found
|
||||
ErrBinaryNotFound = errors.New("docker-compose binary not found")
|
||||
)
|
||||
Reference in New Issue
Block a user