diff --git a/config.go b/config.go index c481de2..f214e84 100644 --- a/config.go +++ b/config.go @@ -22,10 +22,6 @@ type GormConfig struct { EnableGorm bool } -type QueueConfig struct { - EnableQueue bool -} - type CacheConfig struct { EnableCache bool } diff --git a/queue.go b/queue.go index 8725844..da303df 100644 --- a/queue.go +++ b/queue.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Zeni Kim +// Copyright (c) 2024 Zeni Kim // Use of this source code is governed by MIT-style // license that can be found in the LICENSE file.