mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 10:53:21 +02:00
Base structure for vnc plugin.
This commit is contained in:
10
lib/units/device/plugins/vnc.js
Normal file
10
lib/units/device/plugins/vnc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var syrup = require('stf-syrup')
|
||||
var Promise = require('bluebird')
|
||||
var _ = require('lodash')
|
||||
|
||||
var logger = require('../../../util/logger')
|
||||
|
||||
module.exports = syrup.serial()
|
||||
.define(function(options) {
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user