🎨 update signatures

This commit is contained in:
Fenny
2020-11-06 01:49:30 +01:00
parent c1b4f87bbb
commit e85859e8c4
7 changed files with 13 additions and 0 deletions

View File

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