Discover Packages
github.com/influxdata/flux
metadata
package
Version:
v0.79.0
Opens a new window with list of versions in this module.
Published: Aug 11, 2020
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 Source Files Index Constants Variables Functions Types type Metadata (md) Add(key, value) (md) AddAll(other) (md) Del(key) (md) Range(fn)
Documentation
¶
type Metadata map[string ][]interface{}
Metadata is made as a standalone package to avoid import cycle:
influxd -> flux -> flux/interpreter -> flux/lang/execdeps -> 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.