mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 00:06:35 +08:00
Added Conn method and dependabot deps
Signed-off-by: kosar <bogdan.kosarevskyi@gmail.com>
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -92,3 +92,9 @@ updates:
|
|||||||
- "🤖 Dependencies"
|
- "🤖 Dependencies"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
- package-ecosystem: "gomod"
|
||||||
|
directory: "/azureblob/" # Location of package manifests
|
||||||
|
labels:
|
||||||
|
- "🤖 Dependencies"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
@@ -112,6 +112,11 @@ func (s *Storage) Reset() error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Conn returns storage client
|
||||||
|
func (s *Storage) Conn() *azblob.Client {
|
||||||
|
return s.client
|
||||||
|
}
|
||||||
|
|
||||||
// Close the storage connextion
|
// Close the storage connextion
|
||||||
func (s *Storage) Close() error {
|
func (s *Storage) Close() error {
|
||||||
return nil
|
return nil
|
||||||
|
Reference in New Issue
Block a user