Add calling of supervisor over mycelium
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -144,6 +144,8 @@ pub struct RunnerCreate {
|
||||
pub pubkey: String,
|
||||
pub address: IpAddr,
|
||||
pub topic: String,
|
||||
/// The script type this runner executes (used for routing)
|
||||
pub script_type: ScriptType,
|
||||
pub local: bool,
|
||||
}
|
||||
impl RunnerCreate {
|
||||
@@ -155,6 +157,7 @@ impl RunnerCreate {
|
||||
pubkey,
|
||||
address,
|
||||
topic,
|
||||
script_type,
|
||||
local,
|
||||
} = self;
|
||||
|
||||
@@ -163,6 +166,7 @@ impl RunnerCreate {
|
||||
pubkey,
|
||||
address,
|
||||
topic,
|
||||
script_type,
|
||||
local,
|
||||
created_at: ts,
|
||||
updated_at: ts,
|
||||
|
Reference in New Issue
Block a user