mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 02:32:16 +00:00
16 lines
241 B
Plaintext
16 lines
241 B
Plaintext
|
export App
|
||
|
|
||
|
data ServiceIdsItem:
|
||
|
blueprintId: string
|
||
|
peerId: string
|
||
|
serviceId: string
|
||
|
|
||
|
data Hello_worldDeploys:
|
||
|
default: []ServiceIdsItem
|
||
|
|
||
|
data Services:
|
||
|
hello_world: Hello_worldDeploys
|
||
|
|
||
|
service App("App"):
|
||
|
services: -> Services
|