forked from goffee/core
add config option to disable queues
This commit is contained in:
parent
b274d3268f
commit
0db37d31b8
2 changed files with 5 additions and 1 deletions
|
|
@ -22,6 +22,10 @@ type GormConfig struct {
|
|||
EnableGorm bool
|
||||
}
|
||||
|
||||
type QueueConfig struct {
|
||||
EnableQueue bool
|
||||
}
|
||||
|
||||
type CacheConfig struct {
|
||||
EnableCache bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue