make abs action instances referencable

pull/37368/head
Daniel Schmidt 9 months ago
parent 160b6b35b0
commit 114ce5a0e2

@ -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
}

Loading…
Cancel
Save