Documentation
¶
Overview ¶
Package data @author <chengjiang@buffalo-robot.com> @date 2023-06-28 @note
Index ¶
- Variables
- func NewBackupRepo(db *gorm.DB, logger *zap.Logger) biz.BackupRepo
- func NewConfigRepo() biz.ConfigRepo
- func NewServerRepo(dataRepo db.DataRepo, logger *zap.Logger) biz.ServerRepo
- func NewServerServiceBindRepo(dataRepo db.DataRepo, logger *zap.Logger) biz.ServerServiceRepo
- func NewServiceVersionRepo(dataRepo db.DataRepo, logger *zap.Logger) biz.ServiceVersionRepo
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewConfigRepo, auth.NewAuthRepo, NewServerRepo, NewBackupRepo, NewServerServiceBindRepo, NewServiceVersionRepo)
ProviderSet is data providers.
Functions ¶
func NewBackupRepo ¶ added in v1.0.55
func NewConfigRepo ¶
func NewConfigRepo() biz.ConfigRepo
func NewServerRepo ¶ added in v1.0.55
func NewServerServiceBindRepo ¶ added in v1.0.55
func NewServiceVersionRepo ¶ added in v1.0.55
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.