Handlers, DB, Cache
This commit is contained in:
7
internal/service/cache/config/cache.go
vendored
Normal file
7
internal/service/cache/config/cache.go
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
import "time"
|
||||
|
||||
type Cache struct {
|
||||
TTL time.Duration
|
||||
}
|
||||
Reference in New Issue
Block a user