make abs action instances referencable

This commit is contained in:
Daniel Schmidt 2025-07-18 17:35:29 +02:00
parent 160b6b35b0
commit 114ce5a0e2

View file

@ -211,6 +211,7 @@ func (a AbsAction) UniqueKey() UniqueKey {
// AbsActionInstance is an absolute address for an action instance under a
// given module path.
type AbsActionInstance struct {
referenceable
Module ModuleInstance
Action ActionInstance
}