mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fixed cover test
This commit is contained in:
committed by
Dan Christian Bogos
parent
1dbab4542e
commit
3d08f30656
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user