Skip to content
Snippets Groups Projects
Commit 57873ec6 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

init

parent 1d611725
No related branches found
No related tags found
3 merge requests!11Big boom integration,!10Add linting,!6Draft: Akms ckms api implementation
......@@ -35,7 +35,7 @@ func (es *etsiServer) ETSICapabilities(ctx context.Context, in *pb.ETSICapabilit
}
func (es *etsiServer) ETSIGetQuantumInterfaces(ctx context.Context, in *pb.ETSIKMSQuantumInterfaceListRequest) (qleReply *pb.ETSIKMSQuantumInterfaceListReply, err error) {
qleList := make([]*pb.QuantumElementInfo, 1)
var qleList []*pb.QuantumElementInfo
// Walk through QuantumLayerInterfaces and return their information
for _, qlWorks := range es.handlingEkms.quantumModules {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment