init InspectService method

This commit is contained in:
Pavel Sviderski
2024-12-02 20:36:31 +10:00
parent 6a4a7f2e6a
commit 6eb373e4de
10 changed files with 561 additions and 110 deletions
-6
View File
@@ -1,6 +0,0 @@
package docker
const (
DeployModeReplicated = "replicated"
DeployModeGlobal = "global"
)