package service import ( "github.com/google/wire" ) var ProviderSetService = wire.NewSet( NewSDKService, NewPageService, )