git ssb

0+

mixmix / scuttle-gathering



Tree: fa119a00e0a13307d66a09f8c482ae107ba31bdb

Files: fa119a00e0a13307d66a09f8c482ae107ba31bdb / 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