mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
32 lines
621 B
Plaintext
32 lines
621 B
Plaintext
/- hark=hark-store, resource, graph-store
|
|
|%
|
|
+$ provider-action
|
|
$% [%add service=term notify=@t binding=@t auth-token=@t =whitelist]
|
|
[%remove service=term]
|
|
[%client-join service=term address=@t]
|
|
[%client-leave service=term]
|
|
==
|
|
::
|
|
+$ client-action
|
|
$% [%connect-provider who=@p service=term address=@t]
|
|
[%remove-provider who=@p service=term]
|
|
==
|
|
::
|
|
+$ uid @uvH
|
|
::
|
|
+$ notification
|
|
[=bin:hark =body:hark]
|
|
::
|
|
+$ whitelist
|
|
$: public=?
|
|
kids=?
|
|
users=(set ship)
|
|
groups=(set resource:resource)
|
|
==
|
|
::
|
|
+$ action ?(%notify %dismiss)
|
|
::
|
|
+$ update
|
|
[=uid =action]
|
|
--
|