From 38e79d5ec9b707d9089dff5dbeb6303d4d4b883b Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 19 Jan 2016 22:51:40 +0200 Subject: [PATCH] added *exp to the documentation --- utils/cond_loader.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/cond_loader.go b/utils/cond_loader.go index 18e3be116..e03cba8d3 100644 --- a/utils/cond_loader.go +++ b/utils/cond_loader.go @@ -15,6 +15,7 @@ Available operators: - *gte: greater or equal than - *lt: less then - *lte: less or equal than +- *exp: expired - *or: logical or - *and: logical and - *has: logical has