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