mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 15:20:23 +00:00
add service remove
This commit is contained in:
parent
f8e632956f
commit
a59aef4e49
@ -99,6 +99,11 @@ service Srv("srv"):
|
||||
-- Returns: service_id – the service ID of the created service.
|
||||
create: string -> string
|
||||
|
||||
-- Used to remove a service from a certain node
|
||||
-- Arguments:
|
||||
-- service_id – ID of the service to remove
|
||||
remove: string -> ()
|
||||
|
||||
-- Returns a list of services running on a peer
|
||||
list: -> []Service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user