mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
refactor(libstack): move library to portainer [EE-5474] (#9120)
This commit is contained in:
parent
11571fd6ea
commit
8c16fbb8aa
15 changed files with 691 additions and 0 deletions
8
pkg/libstack/compose/errors/errors.go
Normal file
8
pkg/libstack/compose/errors/errors.go
Normal file
|
@ -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")
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue