mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00
Added Conn method and dependabot deps
Signed-off-by: kosar <bogdan.kosarevskyi@gmail.com>
This commit is contained in:
@@ -112,6 +112,11 @@ func (s *Storage) Reset() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Conn returns storage client
|
||||
func (s *Storage) Conn() *azblob.Client {
|
||||
return s.client
|
||||
}
|
||||
|
||||
// Close the storage connextion
|
||||
func (s *Storage) Close() error {
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user