init push
This commit is contained in:
13
backend/migration/fns/provider.go
Normal file
13
backend/migration/fns/provider.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package fns
|
||||
|
||||
import (
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
var ProviderSet = wire.NewSet(
|
||||
NewMigrationNodeVersion,
|
||||
NewMigrationCreateBotAuth,
|
||||
NewMigrationFixGroupIds,
|
||||
NewMigrationUpdateNodeStatusUnreleased,
|
||||
NewMigrationCreateFirstNavs,
|
||||
)
|
||||
Reference in New Issue
Block a user