mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
Remove unused methods from Resounder
This commit is contained in:
committed by
Dan Christian Bogos
parent
4274edf69e
commit
dbf65175a8
@@ -253,11 +253,6 @@ func (rs *Responder) Shutdown(arg string, reply *string) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (rs *Responder) GetTimeout(i int, d *time.Duration) error {
|
||||
*d = rs.Timeout
|
||||
return nil
|
||||
}
|
||||
|
||||
func (rs *Responder) Call(serviceMethod string, args interface{}, reply interface{}) error {
|
||||
parts := strings.Split(serviceMethod, ".")
|
||||
if len(parts) != 2 {
|
||||
|
||||
Reference in New Issue
Block a user