mirror of
https://github.com/gofiber/storage.git
synced 2025-10-30 11:16:33 +08:00
remove close method
This commit is contained in:
@@ -83,11 +83,6 @@ func (s *Storage) Clear() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Close the storage
|
||||
func (s *Storage) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *Storage) gc() {
|
||||
for t := range time.NewTicker(s.gcInterval).C {
|
||||
now := t.Unix()
|
||||
|
||||
Reference in New Issue
Block a user