Documentation ¶
Index ¶
Constants ¶
View Source
const ( //EVENTSINDEXTYPE value is used for creating Elasticsearch indexes holding event data EVENTSINDEXTYPE = "event" //APIHOME value contains root API endpoint content APIHOME = `` /* 228-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func StartEvents ¶
func StartEvents()
StartEvents is the entry point for running smart-gateway in events mode
Types ¶
type AMQPServerItem ¶
type AMQPServerItem struct { Server *amqp10.AMQPServer DataSource saconfig.DataSource }
AMQPServerItem hold information about data source which is AMQPServer listening to.
Click to show internal directories.
Click to hide internal directories.