addrs: All AbsMovable implementations implement UniqueKeyer

This commit is contained in:
Martin Atkins
2021-07-28 18:25:00 -07:00
parent fc63c1949d
commit ae2c93f255
3 changed files with 17 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ package addrs
// the current module where the address is defined. The type MoveEndpoint
type AbsMoveable interface {
absMoveableSigil()
UniqueKeyer
String() string
}