package biz import ( "github.com/google/wire" ) var ProviderSetBiz = wire.NewSet( NewPublishBiz, NewAuthBiz, NewAiBiz, NewProductBiz, )