service

package
v0.0.0-...-1c7db09 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2026 License: MIT Imports: 8 Imported by: 0

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

Jump to

Keyboard shortcuts

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