Home
last modified time | relevance | path

Searched refs:Notify (Results 1 – 2 of 2) sorted by relevance

/DragonReach/src/unit/service/
H A Dmod.rs35 Notify, enumerator
301 "notify" => self.service_type = ServiceType::Notify, in set_attr()
/DragonReach/src/executor/service_executor/
H A Dmod.rs28 ServiceType::Notify => return Self::exec_notify(service), in exec()