Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppStoreChartsHistoryService ¶
type AppStoreChartsHistoryService interface {
// Deprecated:
CreateAppStoreChartsHistory(installedAppsId int, values string, userId int32, tx *pg.Tx) (historyModel *repository.AppStoreChartsHistory, err error)
}
type AppStoreChartsHistoryServiceImpl ¶
type AppStoreChartsHistoryServiceImpl struct {
// contains filtered or unexported fields
}
func NewAppStoreChartsHistoryServiceImpl ¶
func NewAppStoreChartsHistoryServiceImpl(logger *zap.SugaredLogger, appStoreChartsHistoryRepository repository.AppStoreChartsHistoryRepository) *AppStoreChartsHistoryServiceImpl
func (AppStoreChartsHistoryServiceImpl) CreateAppStoreChartsHistory ¶
func (impl AppStoreChartsHistoryServiceImpl) CreateAppStoreChartsHistory(installedAppsId int, values string, userId int32, tx *pg.Tx) (historyModel *repository.AppStoreChartsHistory, err error)
Click to show internal directories.
Click to hide internal directories.