File: engine.go

package info (click to toggle)
influxdb 1.1.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,712 kB
  • sloc: sh: 1,231; python: 804; ruby: 118; makefile: 100
file content (6 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
package engine // import "github.com/influxdata/influxdb/tsdb/engine"

import (
	// Initialize and register tsm1 engine
	_ "github.com/influxdata/influxdb/tsdb/engine/tsm1"
)