Discover Packages
github.com/influxdata/flux
metadata
package
Version:
v0.113.1
Opens a new window with list of versions in this module.
Published: Apr 22, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Metadata map[string ][]interface{}
Metadata is made as a standalone package to avoid import cycle:
influxd -> flux -> flux/interpreter -> flux/execute -> flux
Range will iterate over the Metadata. It will invoke the function for each
key/value pair. If there are multiple values for a single key, then this will
be called with the same key once for each value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.