• K
    Split out notifying /sync requests and calculating sync responses (#96) · 04f3c154
    Kegsay 提交于
    * Split out notifying /sync requests and calculating sync responses
    
    The logic for notifying /sync requests is about to get really
    complicated as we optimise when to wake up requests, so split
    out that code into a separate struct to isolate it and make
    it easier to unit test.
    04f3c154
notifier.go 2.4 KB