package repoimpl import "github.com/google/wire" // ProviderSet is repoimpl providers. var ProviderSet = wire.NewSet(NewCustomerRepo)