initial import
This commit is contained in:
15
dq/config.go
Normal file
15
dq/config.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package dq
|
||||
|
||||
import "zero/core/stores/redis"
|
||||
|
||||
type (
|
||||
Beanstalk struct {
|
||||
Endpoint string
|
||||
Tube string
|
||||
}
|
||||
|
||||
DqConf struct {
|
||||
Beanstalks []Beanstalk
|
||||
Redis redis.RedisConf
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user