We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e9e02 commit 862aa4bCopy full SHA for 862aa4b
1 file changed
config/dynamic/common.go
@@ -33,3 +33,7 @@ func Register(header string, checkVersion func(v version.Version) bool, c interf
33
checkVersion: checkVersion,
34
configType: val.Type()})
35
}
36
+
37
+func Reset() {
38
+ configTypes = nil
39
+}
0 commit comments