访客登记
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
visitor/internal/consts/consts.go

18 lines
492 B

package consts
const StatisticTypeDay = "day"
const StatisticTypeWeek = "week"
const StatisticTypeMonth = "month"
const StatisticTypeYear = "year"
const SubTypeLast4Week = "last4Week"
const SubTypeLast8Week = "last8Week"
const SubTypeLast12Week = "last12Week"
const SubTypeLast4Month = "last4Month"
const SubTypeLast8Month = "last8Month"
const SubTypeLast12Month = "last12Month"
const SubTypeLastYear = "lastYear"
const SubTypeLast2Year = "last2Year"
const SubTypeLast3Year = "last3Year"