8 lines
154 B
Go
8 lines
154 B
Go
|
package influxql
|
||
|
|
||
|
// Config modifies the behavior of the Transpiler.
|
||
|
type Config struct {
|
||
|
DefaultDatabase string
|
||
|
DefaultRetentionPolicy string
|
||
|
}
|