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 *beeorm.Engine, key string) (*entity.SettingsEntity, bool)
GetString(ormService *beeorm.Engine, key string) (string, bool)
GetInt(ormService *beeorm.Engine, key string) (int, bool)
GetUint(ormService *beeorm.Engine, key string) (uint, bool)
GetInt64(ormService *beeorm.Engine, key string) (int64, bool)
GetUint64(ormService *beeorm.Engine, key string) (uint64, bool)
GetFloat64(ormService *beeorm.Engine, key string) (float64, bool)
GetBool(ormService *beeorm.Engine, key string) (bool, bool)
}
func NewSettingService ¶
func NewSettingService() ServiceSettingInterface
Click to show internal directories.
Click to hide internal directories.