Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoClass = Ignore("class", "rclass")
View Source
var NoPassword = Ignore("class", "rclass", "password")
View Source
var True = func(hcl string) bool { return true }
Functions ¶
This section is empty.
Types ¶
type HclPredicate ¶
func All ¶
func All(predicates ...HclPredicate) HclPredicate
func Any ¶
func Any(predicates ...HclPredicate) HclPredicate
func Ignore ¶
func Ignore(names ...string) HclPredicate
func SchemaHasKey ¶
func SchemaHasKey(skeema map[string]*schema.Schema) HclPredicate
Click to show internal directories.
Click to hide internal directories.