mirror of https://github.com/hashicorp/terraform
parent
8cba4a40f5
commit
87948b68fc
@ -0,0 +1,6 @@
|
||||
package schema
|
||||
|
||||
// Equal is an interface that checks for deep equality between two objects.
|
||||
type Equal interface {
|
||||
Equal(interface{}) bool
|
||||
}
|
||||
Loading…
Reference in new issue