mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-02 18:28:41 +08:00
3.1
This commit is contained in:
parent
00cbafd879
commit
f944c68fc8
@ -4,14 +4,3 @@ package utils
|
||||
var Filter = new(filter)
|
||||
|
||||
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:
|
||||
default:
|
||||
address: "127.0.0.1:6379"
|
||||
db: "5"
|
||||
pass: "meng133814250"
|
||||
db: "1"
|
||||
pass: "hg123456."
|
||||
idleTimeout: "20"
|
||||
# cache:
|
||||
# address: "127.0.0.1:6379"
|
||||
# db: "5"
|
||||
# pass: "meng133814250"
|
||||
# db: "1"
|
||||
# pass: "hg123456."
|
||||
# idleTimeout: "20"
|
||||
|
||||
# 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 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