2
0
mirror of https://github.com/acepanel/helper.git synced 2026-02-04 02:57:17 +08:00
Files
helper/internal/service/wire.go
2026-01-17 22:58:56 +08:00

10 lines
128 B
Go

package service
import "github.com/google/wire"
var ProviderSet = wire.NewSet(
NewInstaller,
NewUninstaller,
NewMounter,
)