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