quintodrome/persistence/storm/wire_providers.go

9 lines
119 B
Go
Raw Normal View History

2020-01-10 11:08:23 -09:00
package storm
import "github.com/google/wire"
var Set = wire.NewSet(
NewPropertyRepository,
NewArtistRepository,
)