git ssb

0+

mixmix / scuttle-gathering



Tree: 395d9a4d0f8d253a639f2740e619cdc11a4a873a

Files: 395d9a4d0f8d253a639f2740e619cdc11a4a873a / 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