This commit is contained in:
crusader 2017-12-08 14:25:07 +09:00
parent 2095385d61
commit bc76c1806f
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
package probe

View File

@ -0,0 +1,7 @@
package probe
const (
ProbeContainerNameDiscovery = "DiscoveryContainer"
ProbeContainerNameNetwork = "NetworkContainer"
ProbeContainerNameGeneral = "GeneralContainer"
)