Début vérification de l'empreinte lors de l'envoi d'un fichier

This commit is contained in:
Benjamin
2022-03-13 12:29:05 +01:00
parent d7f1407c0c
commit 259bb3c730
6 changed files with 57 additions and 15 deletions

View File

@@ -16,4 +16,7 @@ type AppConfig struct {
// UnicastPort Contient le port unicast auquel le FileFrontEnd se connecte
UnicastPort int `json:"unicastPort"`
// StoragePath Chemin vers le lieu de stockage de l'application
StoragePath string `json:"storagePath"`
}