mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-17 16:56:39 +08:00
3.1
This commit is contained in:
parent
00cbafd879
commit
f944c68fc8
@ -4,14 +4,3 @@ package utils
|
|||||||
var Filter = new(filter)
|
var Filter = new(filter)
|
||||||
|
|
||||||
type filter struct{}
|
type filter struct{}
|
||||||
|
|
||||||
//func (util *filter) RangeDate(startTime string, endTime string) map[string]interface{} {
|
|
||||||
// g.Map{
|
|
||||||
// "uid <=" : 1000,
|
|
||||||
// "age >=" : 18,
|
|
||||||
// }
|
|
||||||
// return g.Map{
|
|
||||||
// "uid <=" : 1000,
|
|
||||||
// "age >=" : 18,
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
@ -96,13 +96,13 @@ queue:
|
|||||||
redis:
|
redis:
|
||||||
default:
|
default:
|
||||||
address: "127.0.0.1:6379"
|
address: "127.0.0.1:6379"
|
||||||
db: "5"
|
db: "1"
|
||||||
pass: "meng133814250"
|
pass: "hg123456."
|
||||||
idleTimeout: "20"
|
idleTimeout: "20"
|
||||||
# cache:
|
# cache:
|
||||||
# address: "127.0.0.1:6379"
|
# address: "127.0.0.1:6379"
|
||||||
# db: "5"
|
# db: "1"
|
||||||
# pass: "meng133814250"
|
# pass: "hg123456."
|
||||||
# idleTimeout: "20"
|
# idleTimeout: "20"
|
||||||
|
|
||||||
# Database.
|
# Database.
|
||||||
|
@ -8,4 +8,4 @@ set Today=%t:~0,4%-%t:~4,2%-%t:~6,2% %t:~8,2%:%t:~10,2%
|
|||||||
|
|
||||||
git commit -m "%Today%"
|
git commit -m "%Today%"
|
||||||
|
|
||||||
git push git@gitee.com:bufanyun/hotgo.git master
|
git push git@github.com:bufanyun/hotgo.git master
|
Loading…
Reference in New Issue
Block a user