terraform-provider-gitea/vendor/github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema/context.go

8 lines
78 B
Go
Raw Normal View History

package schema
type Key string
var (
StopContextKey = Key("StopContext")
)