setting

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceSettingInterface

type ServiceSettingInterface interface {
	Get(ormService *datalayer.ORM, key string) (*entity.SettingsEntity, bool)
	GetString(ormService *datalayer.ORM, key string) (string, bool)
	GetInt(ormService *datalayer.ORM, key string) (int, bool)
	GetUint(ormService *datalayer.ORM, key string) (uint, bool)
	GetInt64(ormService *datalayer.ORM, key string) (int64, bool)
	GetUint64(ormService *datalayer.ORM, key string) (uint64, bool)
	GetFloat64(ormService *datalayer.ORM, key string) (float64, bool)
	GetBool(ormService *datalayer.ORM, key string) (bool, bool)
}

func NewSettingService

func NewSettingService() ServiceSettingInterface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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