mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
docs: add Conn() ref
This commit is contained in:
@@ -30,6 +30,7 @@ func (s *Storage) Set(key string, val []byte, exp time.Duration) error
|
|||||||
func (s *Storage) Delete(key string) error
|
func (s *Storage) Delete(key string) error
|
||||||
func (s *Storage) Reset() error
|
func (s *Storage) Reset() error
|
||||||
func (s *Storage) Close() error
|
func (s *Storage) Close() error
|
||||||
|
func (s *Storage) Conn() *cloudflare.API
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
Reference in New Issue
Block a user