working commit

This commit is contained in:
2026-02-05 18:03:42 +02:00
parent fcd7d50d75
commit f3d0572bca
5 changed files with 6 additions and 39 deletions
-1
View File
@@ -12,6 +12,5 @@ func (oper *Operator) GetVersion(ctx context.Context, params *GetVersionParams)
var err error
code := http.StatusOK
res := &GetVersionResult{}
oper.logg.Debugf("Call GetVersion")
return res, code, err
}