Advertisement
Guest User

Untitled

a guest
Aug 21st, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function Gandi(apiKey) {
  2.     this.apiKey = apiKey
  3. }
  4.  
  5. Gandi.prototype = {
  6.     startupByName: function (serverName) {},
  7.     startup: function() {},
  8.     bootVM: function (server) {},
  9.     pingBack: function (server) {}
  10.  }
  11.  
  12. module.exports = Gandi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement