From 80308fb54ccdc87e4ccd2c6687850984a4bf5b90 Mon Sep 17 00:00:00 2001 From: Martin Stiemerling <martin.stiemerling@h-da.de> Date: Mon, 3 Jul 2023 11:46:13 +0000 Subject: [PATCH] Interface and function for QLE --- internal/kms/kms.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/kms/kms.go b/internal/kms/kms.go index de873d83..153b3fd9 100644 --- a/internal/kms/kms.go +++ b/internal/kms/kms.go @@ -41,6 +41,12 @@ type EKMS struct { // Will keep information about the quantum elements that this EKMS is talking to // This actually constitutes a quantum element with only a single link + +/* +type QuantumElementInterface interface { + GetQlID() qlElementId +}*/ + type QuantumElement struct { qlID qlElementId QuantumElementLink *quantumlayer.QuantumlayerEmuPRNG // contains information about the quantum links -- GitLab