Fix get_interface signature

This commit is contained in:
Pavel Murygin 2021-06-18 19:53:57 +03:00
parent 9207b76aeb
commit a42965f53c

View File

@ -24,11 +24,6 @@ data Interface:
function_signatures: []FunctionSignature
record_types: []RecordType
data ServiceInfo:
blueprint_id: string
service_id: string
interface: Interface
data Info:
external_addresses: []string
@ -147,7 +142,7 @@ service Srv("srv"):
-- Retrieves the functional interface of a service running
-- on the node specified in the service call
-- 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"):
-- Used to add modules to the node specified in the service call