From 8f3e88cb2fa1833845c698ffb763e31ce490de12 Mon Sep 17 00:00:00 2001 From: Xavier Perret <xa.perret@outlook.com> Date: Sat, 29 Oct 2022 12:01:00 +0200 Subject: [PATCH] changed datastructure to be more logical --- app/types/datastructures.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/types/datastructures.go b/app/types/datastructures.go index 7837771..e87825c 100644 --- a/app/types/datastructures.go +++ b/app/types/datastructures.go @@ -35,6 +35,7 @@ type AzureCredentials struct { } type Blob struct { + BlobName string ContainerName string ContainerClient azblob.ContainerClient BlockBlobClient azblob.BlockBlobClient -- GitLab