git ssb

0+

mixmix / scuttle-gathering



Tree: e5f94aaca20e9b5e3a03c199dc585d0375451b5b

Files: e5f94aaca20e9b5e3a03c199dc585d0375451b5b / methods.js

330 bytesRaw
1module.exports = {
2 gathering: {
3 async: {
4 get: require('./gathering/async/get'),
5 publish: require('./gathering/async/publish')
6 }
7 },
8 update: {
9 async: {
10 publish: require('./update/async/publish')
11 }
12 },
13 attendee: {
14 async: {
15 publish: require('./attendee/async/publish')
16 }
17 }
18}
19

Built with git-ssb-web