mirror of
https://github.com/fluencelabs/aqua-lib
synced 2025-04-25 07:52:14 +00:00
Fix get_interface signature
This commit is contained in:
parent
9207b76aeb
commit
a42965f53c
@ -24,11 +24,6 @@ data Interface:
|
|||||||
function_signatures: []FunctionSignature
|
function_signatures: []FunctionSignature
|
||||||
record_types: []RecordType
|
record_types: []RecordType
|
||||||
|
|
||||||
data ServiceInfo:
|
|
||||||
blueprint_id: string
|
|
||||||
service_id: string
|
|
||||||
interface: Interface
|
|
||||||
|
|
||||||
data Info:
|
data Info:
|
||||||
external_addresses: []string
|
external_addresses: []string
|
||||||
|
|
||||||
@ -147,7 +142,7 @@ service Srv("srv"):
|
|||||||
-- Retrieves the functional interface of a service running
|
-- Retrieves the functional interface of a service running
|
||||||
-- on the node specified in the service call
|
-- on the node specified in the service call
|
||||||
-- Argument: service_id – ID of the service whose interface you want to retrieve.
|
-- Argument: service_id – ID of the service whose interface you want to retrieve.
|
||||||
get_interface(service_id: string) -> ServiceInfo
|
get_interface(service_id: string) -> Interface
|
||||||
|
|
||||||
service Dist("dist"):
|
service Dist("dist"):
|
||||||
-- Used to add modules to the node specified in the service call
|
-- Used to add modules to the node specified in the service call
|
||||||
|
Loading…
x
Reference in New Issue
Block a user