package repoimpl import ( "github.com/google/wire" ) // ProviderRepoImplSet is providers. var ProviderRepoImplSet = wire.NewSet( NewOrderRepoImpl, )