]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/terraform/terraform/graphtype_string.go
95ef4e94d481684b2df0f731268c16e2a67bf03f
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / terraform / terraform / graphtype_string.go
1 // Code generated by "stringer -type=GraphType context_graph_type.go"; DO NOT EDIT.
2
3 package terraform
4
5 import "strconv"
6
7 const _GraphType_name = "GraphTypeInvalidGraphTypeLegacyGraphTypeRefreshGraphTypePlanGraphTypePlanDestroyGraphTypeApplyGraphTypeInputGraphTypeValidate"
8
9 var _GraphType_index = [...]uint8{0, 16, 31, 47, 60, 80, 94, 108, 125}
10
11 func (i GraphType) String() string {
12 if i >= GraphType(len(_GraphType_index)-1) {
13 return "GraphType(" + strconv.FormatInt(int64(i), 10) + ")"
14 }
15 return _GraphType_name[_GraphType_index[i]:_GraphType_index[i+1]]
16 }