ing
This commit is contained in:
parent
966568f542
commit
f4dadd447f
5
modules/probe/service/container/ContainerService.go
Normal file
5
modules/probe/service/container/ContainerService.go
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
package container
|
||||||
|
|
||||||
|
type ContainerService interface {
|
||||||
|
State() (bool, error)
|
||||||
|
}
|
|
@ -5,3 +5,4 @@ const (
|
||||||
ProbeContainerNameNetwork = "NetworkContainer"
|
ProbeContainerNameNetwork = "NetworkContainer"
|
||||||
ProbeContainerNameGeneral = "GeneralContainer"
|
ProbeContainerNameGeneral = "GeneralContainer"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user