📦 update modules

This commit is contained in:
Fenny
2020-11-23 09:33:29 +01:00
parent ab94351a60
commit 9a9ea7d242
15 changed files with 94 additions and 38 deletions

View File

@@ -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