mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 06:45:42 +03:00
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
/- *post
|
|
|%
|
|
++ mop
|
|
|* [key=mold value=mold]
|
|
|= ord=$-([key key] ?)
|
|
|= a=*
|
|
=/ b ;;((tree [key=key val=value]) a)
|
|
?> (check-balance:((ordered-map key value) ord) b)
|
|
b
|
|
::
|
|
+$ graph ((mop atom node) gth)
|
|
+$ node [=post children=internal-graph]
|
|
+$ graphs (map resource graph)
|
|
+$ tag-queries (jug term resource)
|
|
+$ update-log ((mop time update) gth)
|
|
+$ update-logs (map resource update-log)
|
|
::
|
|
+$ internal-graph
|
|
$~ [%empty ~]
|
|
$% [%graph p=graph]
|
|
[%empty ~]
|
|
==
|
|
::
|
|
+$ network
|
|
$: =graphs
|
|
=tag-queries
|
|
=update-logs
|
|
archive=graphs
|
|
==
|
|
::
|
|
+$ update
|
|
$% [%0 p=time q=update-0]
|
|
==
|
|
::
|
|
+$ update-0
|
|
$% [%add-graph =resource =graph]
|
|
[%remove-graph =resource]
|
|
::
|
|
[%add-nodes =resource nodes=(map index node)]
|
|
[%remove-nodes =resource indices=(set index)]
|
|
::
|
|
[%add-signatures =uid =signatures]
|
|
[%remove-signatures =uid =signatures]
|
|
::
|
|
[%add-tag =term =resource]
|
|
[%remove-tag =term =resource]
|
|
::
|
|
[%archive-graph =resource]
|
|
[%unarchive-graph =resource]
|
|
::
|
|
[%run-updates =resource =update-log]
|
|
::
|
|
:: NOTE: cannot be sent as pokes
|
|
::
|
|
[%keys =resources]
|
|
[%tags tags=(set term)]
|
|
[%tag-queries =tag-queries]
|
|
==
|
|
--
|