package export
import "github.com/influxdata/influxdb/cmd/influx_tools/export"
Index ¶
Types ¶
type Command ¶
type Command struct { // Standard input/output, overridden for testing. Stderr io.Writer Stdout io.Writer Logger *zap.Logger // contains filtered or unexported fields }
Command represents the program execution for "store query".
func NewCommand ¶
NewCommand returns a new instance of the export Command.
func (*Command) Run ¶
Run executes the export command using the specified args.
Source Files ¶
bucket.go command.go exporter.go
- Version
- v1.12.0 (latest)
- Published
- Apr 8, 2025
- Platform
- linux/amd64
- Imports
- 24 packages
- Last checked
- 2 days ago –
Tools for package owners.