PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/aws-sdk/lib/model

Просмотр файла: paginator.js

var property = require('../util').property;

function Paginator(name, paginator) {
  property(this, 'inputToken', paginator.input_token);
  property(this, 'limitKey', paginator.limit_key);
  property(this, 'moreResults', paginator.more_results);
  property(this, 'outputToken', paginator.output_token);
  property(this, 'resultKey', paginator.result_key);
}

/**
 * @api private
 */
module.exports = Paginator;

Выполнить команду


Для локальной разработки. Не используйте в интернете!