urbit/pkg/arvo/sur/metadata-hook.hoon

15 lines
395 B
Plaintext
Raw Normal View History

2020-02-19 04:35:00 +03:00
|%
+$ metadata-hook-action
2020-02-22 03:13:22 +03:00
$% :: %add-owned: make a group's associated metadata
:: accessible to foreign ships in that group
2020-02-19 04:35:00 +03:00
::
[%add-owned =path]
2020-02-22 03:13:22 +03:00
:: %add-synced: mirror a foreign-hosted group's associated metadata
2020-02-19 04:35:00 +03:00
::
[%add-synced =ship =path]
2020-02-22 03:13:22 +03:00
:: %remove: stop mirroring / making data accessible to others
2020-02-19 04:35:00 +03:00
::
[%remove =path]
==
--