mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
📦 update modules
This commit is contained in:
@@ -12,8 +12,6 @@ A Postgres storage driver using [lib/pq](https://github.com/lib/pq).
|
||||
### Signatures
|
||||
```go
|
||||
func New(config ...Config) Storage
|
||||
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user