2015-04-01 16:34:32 +00:00
|
|
|
package all
|
|
|
|
|
|
|
|
import (
|
2015-05-18 18:54:27 +00:00
|
|
|
_ "github.com/influxdb/tivan/plugins/mysql"
|
|
|
|
_ "github.com/influxdb/tivan/plugins/postgresql"
|
2015-04-07 18:54:21 +00:00
|
|
|
_ "github.com/influxdb/tivan/plugins/redis"
|
2015-04-01 16:34:32 +00:00
|
|
|
_ "github.com/influxdb/tivan/plugins/system"
|
|
|
|
)
|