urbit/pkg/arvo/app/group-pull-hook.hoon
2020-06-08 17:53:16 +10:00

50 lines
1.0 KiB
Plaintext

:: group-hook: allow syncing group data from foreign paths to local paths
::
::
/- *group, hook=group-hook, *invite-store, *resource
/+ default-agent, verb, dbug, store=group-store, grpl=group, pull-hook
~% %group-hook-top ..is ~
|%
+$ card card:agent:gall
::
++ config
^- config:pull-hook
:* %group-store
update:store
%group-update
%group-push-hook
==
::
--
::
::
%- agent:dbug
%+ verb |
^- agent:gall
%- (agent:pull-hook config)
^- (pull-hook:pull-hook config)
|_ =bowl:gall
+* this .
def ~(. (default-agent this %|) bowl)
dep ~(. (default:pull-hook this config) bowl)
::
++ on-init on-init:def
++ on-save !>(~)
++ on-load on-load:def
++ on-poke on-poke:def
++ on-agent on-agent:def
++ on-watch on-watch:def
++ on-leave on-leave:def
++ on-peek on-peek:def
++ on-arvo on-arvo:def
++ on-fail on-fail:def
++ on-pull-nack
|= [=resource =tang]
^- (quip card _this)
[~ this]
++ on-pull-kick
|= =resource
^- (unit path)
`/
--