mirror of
https://github.com/fluencelabs/examples
synced 2024-12-05 03:30:17 +00:00
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
service Op("op"):
|
|
noop()
|
|
|
|
func check_connection() -> string:
|
|
on HOST_PEER_ID:
|
|
Op.noop()
|
|
<- "ok" |