aboutsummaryrefslogtreecommitdiff
path: root/utils/meta/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/meta/constants.go')
-rw-r--r--utils/meta/constants.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/meta/constants.go b/utils/meta/constants.go
index 0138884..13a2fde 100644
--- a/utils/meta/constants.go
+++ b/utils/meta/constants.go
@@ -1,6 +1,9 @@
package meta
const (
- LOG_PREFIX = "Meta"
- REQUEST_KEY = "Request"
+ DEFAULT_PAGE = 1
+ DEFAULT_PER_PAGE = 20
+ LOG_PREFIX = "Meta"
+ MAX_PER_PAGE = 50
+ REQUEST_KEY = "Request"
)