Compare commits

..

No commits in common. "1b23363f6fa5c4aceaa50dbc91bb3629c3d0bc47" and "deb119db84ef132dd533674e9fb4e820fd23022c" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -22,10 +22,6 @@ type GormConfig struct {
EnableGorm bool
}
type QueueConfig struct {
EnableQueue bool
}
type CacheConfig struct {
EnableCache bool
}

View file

@ -1,4 +1,4 @@
// Copyright (c) 2025 Zeni Kim <zenik@smarteching.com>
// Copyright (c) 2024 Zeni Kim <zenik@smarteching.com>
// Use of this source code is governed by MIT-style
// license that can be found in the LICENSE file.