package contracts type Service interface { GetResListener(code string) (ResListener, bool) GetAppControllerr(code string) (Controller, bool) }