central url
This commit is contained in:
snoop 2016-11-30 13:51:35 +09:00
parent 553bd57084
commit c22eae51c6

View File

@ -10,15 +10,15 @@ const (
COLLECTOR_INIT = "/_api/collector/event/status/initialize" COLLECTOR_INIT = "/_api/collector/event/status/initialize"
COLLECTOR_START = "/_api/collector/event/status/start" COLLECTOR_START = "/_api/collector/event/status/start"
COLLECTOR_STOP = "/_api/collector/event/status/stop" COLLECTOR_STOP = "/_api/collector/event/status/stop"
DISCOVERY_START = "/_api/collector/discovery/event/status/start" DISCOVERY_START = "/_api/collector/event/discovery/status/start"
DISCOVERY_END = "/_api/collector/discovery/event/status/end" DISCOVERY_END = "/_api/collector/event/discovery/status/end"
HOST_START = "/_api/collector/discovery/event/host/status/start" HOST_START = "/_api/collector/event/discovery/host/status/start"
HOST_FOUND = "/_api/collector/discovery/event/host/status/found" HOST_FOUND = "/_api/collector/event/discovery/host/status/found"
HOST_END = "/_api/collector/discovery/event/host/status/end" HOST_END = "/_api/collector/event/discovery/host/status/end"
PORT_START = "/_api/collector/discovery/event/port/status/start" PORT_START = "/_api/collector/event/discovery/port/status/start"
PORT_FOUND = "/_api/collector/discovery/event/port/status/found" PORT_FOUND = "/_api/collector/event/discovery/port/status/found"
PORT_END = "/_api/collector/discovery/event/port/status/end" PORT_END = "/_api/collector/event/discovery/port/status/end"
SERVICE_END = "/_api/collector/discovery/event/service/status/end" SERVICE_END = "/_api/collector/event/discovery/service/status/end"
) )
type URLMaker interface { type URLMaker interface {