Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketID ¶
type BucketID struct { SubID string `json:"subscriptionID"` ResourceGroup string `json:"resourceGroup"` URL string `json:"url"` }
bucketID is returned by the DriverCreateBucket function call as an encoded string with the subID, resource group and the URL of the bucket. These details are required by DriverDeleteBucket and DriverGrantBucketAccess.
func DecodeToBucketID ¶
Decodes base64 string to bucketID pointer struct
Click to show internal directories.
Click to hide internal directories.