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