mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
24 lines
487 B
Plaintext
24 lines
487 B
Plaintext
/- met=metadata-store, gra=graph-store
|
|
/- *group
|
|
|%
|
|
+$ flag (pair ship term)
|
|
++ graph
|
|
|%
|
|
+$ import
|
|
[writers=(set ship) =association:met =update-log:gra =graph:gra]
|
|
+$ imports (map flag import)
|
|
--
|
|
::
|
|
++ groups
|
|
|%
|
|
+$ import [=association:met chans=(map flag =association:met) roles=(set flag) =group]
|
|
+$ imports (map flag import)
|
|
--
|
|
++ club
|
|
|%
|
|
+$ import [ships=(set ship) =association:met =graph:gra]
|
|
+$ imports (map flag import)
|
|
--
|
|
--
|
|
|