mirror of
https://github.com/acepanel/panel.git
synced 2026-02-05 05:47:17 +08:00
7 lines
241 B
Go
7 lines
241 B
Go
package bootstrap
|
|
|
|
import "github.com/google/wire"
|
|
|
|
// ProviderSet is bootstrap providers.
|
|
var ProviderSet = wire.NewSet(NewConf, NewLog, NewCli, NewValidator, NewRouter, NewHttp, NewDB, NewMigrate, NewLoader, NewSession, NewCron, NewQueue)
|