package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

FromScriptAST extracts Task options from a Flux script using only the AST (no evaluation of the script).
MustParseDuration parses a string and returns a duration.
ParseSignedDuration is a helper wrapper around parser.ParseSignedDuration.

# Variables

# Structs

Duration is a time span that supports the same units as the flux parser's time duration, as well as negative length time spans.
Options are the task-related options that can be specified in a Flux script.

# Interfaces

FluxLanguageService is a service for interacting with flux code.