mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Adding missing imports for thresholds
This commit is contained in:
@@ -18,6 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
package engine
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
)
|
||||
|
||||
type ThresholdCfg struct {
|
||||
ID string
|
||||
Filters []*RequestFilter // Filters for the request
|
||||
|
||||
Reference in New Issue
Block a user