mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00
🎨 update signatures
This commit is contained in:
@@ -19,6 +19,7 @@ func (s *Storage) Get(key string) ([]byte, error)
|
||||
func (s *Storage) Set(key string, val []byte, exp time.Duration) error
|
||||
func (s *Storage) Delete(key string) error
|
||||
func (s *Storage) Reset() error
|
||||
func (s *Storage) Close() error
|
||||
```
|
||||
### Installation
|
||||
Postgres is tested on the 2 last [Go versions](https://golang.org/dl/) with support for modules. So make sure to initialize one first if you didn't do that yet:
|
||||
|
Reference in New Issue
Block a user