Cloud migrations: include metadata returned by CMS in the index file (#90658)

This commit is contained in:
Bruno
2024-07-22 10:11:57 -03:00
committed by GitHub
parent b2766ece5e
commit 07685646a3
6 changed files with 12 additions and 6 deletions
+1
View File
@@ -208,6 +208,7 @@ type StartSnapshotResponse struct {
MaxItemsPerPartition uint32 `json:"maxItemsPerPartition"`
Algo string `json:"algo"`
EncryptionKey string `json:"encryptionKey"`
Metadata []byte `json:"metadata"`
}
// Based on Grafana Migration Service DTOs