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 38aba65 commit e2d1b74Copy full SHA for e2d1b74
reconfigurer/reconfigurer.go
@@ -1,3 +1,10 @@
1
+// Package reconfigurer is responsible for providing configuration state to a
2
+// watcher. It may acquire that state from somewhere such as a Git repository or
3
+// an API. When state needs to be updated, a configuration provider will call
4
+// the Watcher's SetState method. The state transition is then the reponsibility
5
+// of the watcher. All a configuration provider does is acquire configuration
6
+// from some source and ensure it's valid. Providers may store a fallback state
7
+// if validation fails to ensure reliability.
8
package reconfigurer
9
10
import (
0 commit comments