package router import "bygdata/plugin/announcement/api" var ( Router = new(router) apiInfo = api.Api.Info ) type router struct{ Info info }