Replace *timings with *cronexp

This commit is contained in:
ionutboangiu
2021-05-05 17:13:03 +03:00
committed by Dan Christian Bogos
parent 95d4a6cd96
commit acb604ebd8
9 changed files with 64 additions and 34 deletions

View File

@@ -1068,7 +1068,7 @@ const (
MetaSuffix = "*suffix"
MetaEmpty = "*empty"
MetaExists = "*exists"
MetaTimings = "*timings"
MetaCronExp = "*cronexp"
MetaRSR = "*rsr"
MetaDestinations = "*destinations"
MetaLessThan = "*lt"
@@ -1086,7 +1086,7 @@ const (
MetaNotSuffix = "*notsuffix"
MetaNotEmpty = "*notempty"
MetaNotExists = "*notexists"
MetaNotTimings = "*nottimings"
MetaNotCronExp = "*notcronexp"
MetaNotRSR = "*notrsr"
MetaNotStatS = "*notstats"
MetaNotDestinations = "*notdestinations"