mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
move generic docker types to top level docker package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package docker
|
||||
|
||||
const (
|
||||
DeployModeReplicated = "replicated"
|
||||
DeployModeGlobal = "global"
|
||||
)
|
||||
Reference in New Issue
Block a user