diff --git a/builtin.aqua b/builtin.aqua index 43952b3..11b6d2f 100644 --- a/builtin.aqua +++ b/builtin.aqua @@ -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