package api import "bygdata/plugin/announcement/service" var ( Api = new(api) serviceInfo = service.Service.Info ) type api struct{ Info info }