Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-20 04:27:09 +03:00
parent e391375049
commit 75f146c6e1

View File

@ -27,6 +27,15 @@ var core = require('features/core')
// - ...
var PeerActions = actions.Actions({
// Format:
// {
// <id>: <spec>,
// }
//
// XXX <spec> format???
// ...should flow from the protocol definition and architecture...
__peers: null,
// XXX need more control...
// - get proxies to specific peer...
get peeractions(){