summaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp/terraform/terraform/graphtype_string.go
blob: e97b4855a97e2dc45169e169c39036b7c75875e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by "stringer -type=GraphType context_graph_type.go"; DO NOT EDIT.

package terraform

import "fmt"

const _GraphType_name = "GraphTypeInvalidGraphTypeLegacyGraphTypeRefreshGraphTypePlanGraphTypePlanDestroyGraphTypeApplyGraphTypeInputGraphTypeValidate"

var _GraphType_index = [...]uint8{0, 16, 31, 47, 60, 80, 94, 108, 125}

func (i GraphType) String() string {
	if i >= GraphType(len(_GraphType_index)-1) {
		return fmt.Sprintf("GraphType(%d)", i)
	}
	return _GraphType_name[_GraphType_index[i]:_GraphType_index[i+1]]
}