Add a new API to return the list of undeployed xApps
[ric-plt/appmgr.git] / cmd / appmgr / api_test.go
index 109f6e9..248ffee 100755 (executable)
@@ -55,6 +55,10 @@ func (h *MockedHelmer) StatusAll() ([]Xapp, error) {
        return xapps, helmError
 }
 
+func (h *MockedHelmer) SearchAll() (s []string) {
+       return s
+}
+
 func (h *MockedHelmer) List() (names []string, err error) {
        return names, helmError
 }