aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/notification_test.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: remove NotifierContextKeyFelix Lange2016-04-161-1/+1
| | | | | | | Context keys must have a unique type in order to prevent any unintented clashes. The code used int(1) as key. Fix it by implementing the pattern recommended by package context.
* all: update license informationFelix Lange2016-04-151-0/+1
|
* rpc: add pub/sub supportBas van Kervel2016-04-021-0/+119