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