docs-v2/content/flux/v0.x/stdlib/system/_index.md

1.1 KiB

title description menu weight cascade
system package The `system` package provides functions for reading values from the system.
flux_0_x_ref
name parent identifier
system stdlib system
11
introduced
0.18.0

The system package provides functions for reading values from the system. Import the system package:

import "system"

Functions

{{< children type="functions" show="pages" >}}