summaryrefslogtreecommitdiff
path: root/desk/sur/nostrill/comms.hoon
blob: d3dc8e12ae7546127c2f043033a06f22a919ad1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/-  sur=nostrill, nsur=nostr, feed=trill-feed, post=trill-post
|%
+$  poke
  $%  [%req req]
      [%res res]
      [%dbug *]
  ==
+$  req
  $%  [%feed ~]
      [%thread id=@da]
      [%prof ~]
  ==
+$  res
  $%  [%ok p=res-data]
      [%ng msg=@t]
  ==
+$  res-data
  $%  [%feed =fc:feed]
      [%thread p=full-node:post]
      [%prof p=user-meta:nsur]
  ==
--