mirror of
https://github.com/fluencelabs/examples
synced 2025-05-01 13:42:15 +00:00
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
|
service Echo("service-id"):
|
||
|
echo: []string -> []string
|
||
|
|
||
|
func echo(data: []string) -> []string:
|
||
|
res <- Echo.echo(data)
|
||
|
<- res
|