github.com/sym3tri/etcd@v0.2.1-0.20140422215517-a563d82f95d6/mod/dashboard/app/module/etcd-event.js (about)

     1  'use strict';
     2  
     3  angular.module('etcd.module').constant('ETCD_EVENT', {
     4    NODE_DELETED: 'etcd.node_deleted',
     5    NODE_CHANGED: 'etcd.node_changed'
     6  });