mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Refactored EventRequest
This commit is contained in:
committed by
Dan Christian Bogos
parent
1b1eaff58b
commit
faf1fba125
@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
package engine
|
||||
|
||||
import (
|
||||
"net"
|
||||
"strings"
|
||||
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
@@ -74,8 +73,3 @@ func (t *Task) FieldAsString(fldPath []string) (s string, err error) {
|
||||
return "", utils.ErrPrefixNotFound(strings.Join(fldPath, utils.NestingSep))
|
||||
}
|
||||
}
|
||||
|
||||
// RemoteHost implements utils.DataProvider
|
||||
func (t *Task) RemoteHost() (rh net.Addr) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user