package utils import ( "github.com/google/wire" ) var ProviderUtils = wire.NewSet( NewRdb, NewGormDb, )