X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=agent%2Fpkg%2Fsbi%2Ftypes.go;fp=agent%2Fpkg%2Fsbi%2Ftypes.go;h=c2f751f0eb3b38ff93c31beca348e13978b4c320;hb=5a2379411775bf502d3481b720a60a0b851fea01;hp=f5cd1901a0590211a01cb863eb348b3ed8719727;hpb=100d755380d0af933a8b803d6b0c7a2411f01fab;p=ric-plt%2Fo1.git diff --git a/agent/pkg/sbi/types.go b/agent/pkg/sbi/types.go index f5cd190..c2f751f 100755 --- a/agent/pkg/sbi/types.go +++ b/agent/pkg/sbi/types.go @@ -44,4 +44,6 @@ type SBIClientInterface interface { GetAllPodStatus(namespace string) ([]PodStatus, error) GetAlerts() (*alert.GetAlertsOK, error) + + GetAllDeployedXappsConfig() ([]string, []string) }