X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fxapp%2Ftypes.go;fp=pkg%2Fxapp%2Ftypes.go;h=fa88de7bb1aadc85a24f2a1248f2c49a26dd14bc;hb=0ce03386e6dbdb82b88406b22bb91c8cbe18e349;hp=c9fe1ec62cfc66bb4ed6bd515e5c5557df664200;hpb=587d21a022bda35ad41671cdadbd3cf08a7e2ac5;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/types.go b/pkg/xapp/types.go index c9fe1ec..fa88de7 100755 --- a/pkg/xapp/types.go +++ b/pkg/xapp/types.go @@ -82,6 +82,12 @@ type PortData struct { MaxRetryOnFailure int } +type SymptomDataParams struct { + Timeout uint64 + FromTime uint64 + ToTime uint64 +} + // @todo: read these from config or somewhere else const ( SERVICE_HTTP = "SERVICE_%s_%s_HTTP_PORT"