Skip to content
Snippets Groups Projects
Commit 8f3e88cb authored by Xavier Perret's avatar Xavier Perret
Browse files

changed datastructure to be more logical

parent 0d60943d
Branches
No related tags found
1 merge request!2added file to separate client function from the server
...@@ -35,6 +35,7 @@ type AzureCredentials struct { ...@@ -35,6 +35,7 @@ type AzureCredentials struct {
} }
type Blob struct { type Blob struct {
BlobName string
ContainerName string ContainerName string
ContainerClient azblob.ContainerClient ContainerClient azblob.ContainerClient
BlockBlobClient azblob.BlockBlobClient BlockBlobClient azblob.BlockBlobClient
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment