Exemplo n.º 1
0
func init() {
	tsdb.RegisterEngine("tsm1dev", NewDevEngine)
}
Exemplo n.º 2
0
func init() {
	tsdb.RegisterEngine(Format, NewEngine)
}
Exemplo n.º 3
0
func init() {
	tsdb.RegisterEngine("tsm1", NewEngine)
}