Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppStoreChartsHistory ¶
type AppStoreChartsHistoryRepository ¶
type AppStoreChartsHistoryRepository interface {
CreateHistoryWithTxn(chart *AppStoreChartsHistory, tx *pg.Tx) (*AppStoreChartsHistory, error)
CreateHistory(chart *AppStoreChartsHistory) (*AppStoreChartsHistory, error)
}
type AppStoreChartsHistoryRepositoryImpl ¶
type AppStoreChartsHistoryRepositoryImpl struct {
// contains filtered or unexported fields
}
func NewAppStoreChartsHistoryRepositoryImpl ¶
func NewAppStoreChartsHistoryRepositoryImpl(logger *zap.SugaredLogger, dbConnection *pg.DB) *AppStoreChartsHistoryRepositoryImpl
func (AppStoreChartsHistoryRepositoryImpl) CreateHistory ¶
func (impl AppStoreChartsHistoryRepositoryImpl) CreateHistory(history *AppStoreChartsHistory) (*AppStoreChartsHistory, error)
func (AppStoreChartsHistoryRepositoryImpl) CreateHistoryWithTxn ¶
func (impl AppStoreChartsHistoryRepositoryImpl) CreateHistoryWithTxn(history *AppStoreChartsHistory, tx *pg.Tx) (*AppStoreChartsHistory, error)
Click to show internal directories.
Click to hide internal directories.