Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SettingsRepo ¶
type SettingsRepo struct {
// contains filtered or unexported fields
}
func NewSettingsRepo ¶
func NewSettingsRepo(props DBConf) *SettingsRepo
func (*SettingsRepo) Close ¶
func (r *SettingsRepo) Close()
func (*SettingsRepo) CreateOrUpdate ¶
func (r *SettingsRepo) CreateOrUpdate(settings domain.SettingsEntity) error
func (*SettingsRepo) GetById ¶
func (r *SettingsRepo) GetById(id string) (domain.SettingsEntity, error)
Click to show internal directories.
Click to hide internal directories.