package subscribeplansvc func (sb *SubsPlanSvc) CreatePlan(code string) error { return sb.subsAccs.Create(code) }