mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
add filesystem support(without frontend)
This commit is contained in:
parent
7188ca8f2a
commit
b258837757
6 changed files with 174 additions and 0 deletions
|
@ -826,6 +826,16 @@ module.exports = function(options) {
|
|||
)
|
||||
])
|
||||
})
|
||||
.on('fs.retrive', function(channel, responseChannel, data) {
|
||||
joinChannel(responseChannel)
|
||||
push.send([
|
||||
channel
|
||||
, wireutil.transaction(
|
||||
responseChannel
|
||||
, new wire.FileSystemGetMessage(data)
|
||||
)
|
||||
])
|
||||
})
|
||||
})
|
||||
.finally(function() {
|
||||
// Clean up all listeners and subscriptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue