2021-02-16 20:04:00 +03:00
|
|
|
(seq
|
|
|
|
(seq
|
|
|
|
(seq
|
|
|
|
(call "{0}" ("add_module" "") ["module_bytes"] module_bytes)
|
|
|
|
(call "{0}" ("add_module" "") ["module_config"] module_config)
|
|
|
|
)
|
|
|
|
(call "{0}" ("add_module" "") ["blueprint"] blueprint)
|
|
|
|
)
|
|
|
|
(xor
|
|
|
|
(seq
|
|
|
|
(call "{0}" ("dist" "add_module") [module_bytes module_config] module)
|
|
|
|
(seq
|
|
|
|
(call "{0}" ("dist" "add_blueprint") [blueprint] blueprint_id)
|
|
|
|
(seq
|
|
|
|
(call "{0}" ("srv" "create") [blueprint_id] service_id)
|
2021-02-28 18:00:16 +03:00
|
|
|
(call "{1}" ("fallible_call_service" "") [service_id] client_result)
|
2021-02-16 20:04:00 +03:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(seq
|
2021-03-26 17:13:28 +03:00
|
|
|
(call "{1}" ("op" "identity") ["XOR: create_greeting_service failed"] $fail)
|
2021-02-16 20:04:00 +03:00
|
|
|
(call "{2}" ("return" "") [%last_error%])
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|