This commit is contained in:
crusader 2017-12-08 21:01:21 +09:00
parent 966568f542
commit f4dadd447f
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package container
type ContainerService interface {
State() (bool, error)
}

View File

@ -5,3 +5,4 @@ const (
ProbeContainerNameNetwork = "NetworkContainer" ProbeContainerNameNetwork = "NetworkContainer"
ProbeContainerNameGeneral = "GeneralContainer" ProbeContainerNameGeneral = "GeneralContainer"
) )