Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SettingPostgres ¶ added in v0.8.0
type SettingPostgres struct {
// contains filtered or unexported fields
}
SettingPostgres - репозиторий для хранения элементов настроек.
func NewSettingPostgres ¶ added in v0.8.0
func NewSettingPostgres( client mrstorage.DBConnManager, table mrsql.DBTableInfo, whereBuilder mrstorage.SQLConditionBuilder, errorWrapper mrcore.StorageErrorWrapper, condition mrstorage.SQLPartFunc, ) *SettingPostgres
NewSettingPostgres - создаёт объект SettingPostgres.
func (*SettingPostgres) Fetch ¶ added in v0.8.0
func (re *SettingPostgres) Fetch(ctx context.Context, lastUpdated time.Time) ([]entity.Setting, error)
Fetch - возвращает список всех настроек. При использовании lastUpdated вернутся только те настройки, которые были обновлены не ранее указанной даты.
Click to show internal directories.
Click to hide internal directories.