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