Fixed cover test

This commit is contained in:
andronache
2021-02-25 17:03:44 +02:00
committed by Dan Christian Bogos
parent 1dbab4542e
commit 3d08f30656

View File

@@ -58,8 +58,9 @@ func (rS *RateS) ListenAndServe(stopChan, cfgRld chan struct{}) {
}
// Shutdown is called to shutdown the service
func (rS *RateS) Shutdown() {
func (rS *RateS) Shutdown() (err error) {
utils.Logger.Info(fmt.Sprintf("<%s> shutdown <%s>", utils.CoreS, utils.RateS))
return
}
// Call implements rpcclient.ClientConnector interface for internal RPC