docs: add Conn() ref

This commit is contained in:
Geun-Oh
2024-03-22 10:12:23 +09:00
parent 1c65d386dd
commit 65db3caad6

View File

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