将测试用服务改为 SSH

This commit is contained in:
jysperm
2014-05-14 12:07:16 +08:00
parent eb90b72d73
commit fdb02a5896
3 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
{
"name": "SSH"
}

View File

@@ -1,6 +1,6 @@
module.exports =
enable: ->
enable: (account, callback) ->
pause: ->
pause: (account, callback) ->
delete: ->
delete: (account, callback) ->