Commit 832bb0a1 authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

add meep-tm and meep-dai to meep-applications

parent 0d03c60d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -69,7 +69,7 @@ type ApplicationStore struct {
	mutex    sync.Mutex
	mutex    sync.Mutex
}
}


var SysAppNames []string = []string{"meep-app-enablement", "meep-ams", "meep-loc-serv", "meep-rnis", "meep-wais", "meep-vis"}
var SysAppNames []string = []string{"meep-app-enablement", "meep-ams", "meep-loc-serv", "meep-rnis", "meep-dai", "meep-wais", "meep-vis", "meep-tm"}


// NewApplicationStore - Creates and initialize an Application Store instance
// NewApplicationStore - Creates and initialize an Application Store instance
func NewApplicationStore(cfg *ApplicationStoreCfg) (as *ApplicationStore, err error) {
func NewApplicationStore(cfg *ApplicationStoreCfg) (as *ApplicationStore, err error) {