Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DATABASE the database connector (mysql, pgsql, oracle, sqlite ... ) DATABASE = iota + 1 // REDIS the redis connector REDIS // MONGO the mongodb connector MONGO // ELASTICSEARCH the elasticsearch connector ELASTICSEARCH // KAFKA the kafka connector KAFKA // SCRIPT ? the script connector ( difference with widget ?) SCRIPT )
Variables ¶
View Source
var Connectors = map[string]Connector{}
Connectors the loaded connectors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.