]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/github.com/hashicorp/terraform/helper/schema/getsource_string.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / terraform / helper / schema / getsource_string.go
index 38cd8c70d03ceaccf47056a51426ac0725ebfc2e..0184d7b08abd280fb718f3faae7c5950adf8bd62 100644 (file)
@@ -4,6 +4,18 @@ package schema
 
 import "strconv"
 
+func _() {
+       // An "invalid array index" compiler error signifies that the constant values have changed.
+       // Re-run the stringer command to generate them again.
+       var x [1]struct{}
+       _ = x[getSourceState-1]
+       _ = x[getSourceConfig-2]
+       _ = x[getSourceDiff-4]
+       _ = x[getSourceSet-8]
+       _ = x[getSourceExact-16]
+       _ = x[getSourceLevelMask-15]
+}
+
 const (
        _getSource_name_0 = "getSourceStategetSourceConfig"
        _getSource_name_1 = "getSourceDiff"