mirror of
https://github.com/fluencelabs/examples
synced 2025-05-02 22:22:14 +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
|