mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Switch to protocol buffers for communication.
This commit is contained in:
parent
f60cf2008b
commit
90e405a341
8 changed files with 354 additions and 36 deletions
6
lib/wire/index.js
Normal file
6
lib/wire/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
var path = require('path')
|
||||
|
||||
var ProtoBuf = require('protobufjs')
|
||||
|
||||
module.exports =
|
||||
ProtoBuf.loadProtoFile(path.join(__dirname, 'wire.proto')).build()
|
Loading…
Add table
Add a link
Reference in a new issue