Registry / cloud / tombuildsstuff-giovanni

tombuildsstuff-giovanni

JSON →
library0.27.0gogounverified

Package giovanni provides a Go SDK for interacting with Azure Storage services, including Blob, File, Queue, and Table storage.

go get github.com/tombuildsstuff/giovanni
INSTALL
IMPORT
SIG · TOMBUILDSSTUFF-GIO
T
tombuildsstuff-giovanni
cloudgov0.27.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

giovanni
✓ github.com/tombuildsstuff/giovanni

Gets properties of an Azure Blob container.

package main import ( "context" "github.com/tombuildsstuff/giovanni/storage/2018-11-09/blob/containers" ) func main() { client := containers.NewWithEnvironment("storageaccount", "key", "core.windows.net") _, _ = client.GetProperties(context.Background(), "mycontainer") }
Debug
Known issues
gotchaGiovanni is a third-party SDK; consider using the official Azure SDK for Go for better support.
fix
Migrate to github.com/Azure/azure-sdk-for-go for official support.
affects: all
Upgrade
Version history
0.27.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Resources
tombuildsstuff-giovanni — go get tombuildsstuff-giovanni · libregistry