Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
GetValueByKey(ctx context.Context, key string) (any, error)
GetSettingsPerGroup(ctx context.Context) (dto.SettingsPerGroupResponse, error)
GetAllBySystemGroup(ctx context.Context) (dto.SettingPerSystemGroupResponse, error)
}
func NewService ¶
func NewService( db *gorm.DB, settingRepo repository.Repository, ) Service
Click to show internal directories.
Click to hide internal directories.