influxdb/query/influxql/config.go

8 lines
154 B
Go
Raw Normal View History

package influxql
// Config modifies the behavior of the Transpiler.
type Config struct {
DefaultDatabase string
DefaultRetentionPolicy string
}