We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb8ad3 commit 7972f09Copy full SHA for 7972f09
config/config.go
@@ -1,3 +1,9 @@
1
+// Package config defines a configuration engine based on JavaScript. A
2
+// configuration is built from a set of JavaScript source files and executed
3
+// to generate a state object, which is provided to components such as the
4
+// reconfigurer for resolving state changes. JavaScript is used so certain
5
+// common expressions can be re-used, or targets can be conditionally resolved
6
+// based on input variables such as the machine's hostname.
7
package config
8
9
import (
0 commit comments