Modules: Add registry (#70859)

This commit is contained in:
Todd Treece
2023-06-29 07:58:45 -04:00
committed by GitHub
parent 703bf4afcc
commit 8f975cfdb8
10 changed files with 213 additions and 48 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
package modules
import "github.com/google/wire"
import (
"github.com/google/wire"
)
var WireSet = wire.NewSet(
ProvideService,