repository

package
v0.3.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppStoreChartsHistory

type AppStoreChartsHistory struct {
	Id              int       `sql:"id,pk"`
	InstalledAppsId int       `sql:"installed_apps_id, notnull"`
	Values          string    `sql:"values_yaml"`
	DeployedOn      time.Time `sql:"deployed_on"`
	DeployedBy      int32     `sql:"deployed_by"`
	sql.AuditLog
	// contains filtered or unexported fields
}

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 (AppStoreChartsHistoryRepositoryImpl) CreateHistoryWithTxn

func (impl AppStoreChartsHistoryRepositoryImpl) CreateHistoryWithTxn(history *AppStoreChartsHistory, tx *pg.Tx) (*AppStoreChartsHistory, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL