Documentation ¶
Index ¶
- type FakeServiceSetting
- func (s *FakeServiceSetting) Get(_ *beeorm.Engine, key string) (*entity.SettingsEntity, bool)
- func (s *FakeServiceSetting) GetBool(_ *beeorm.Engine, key string) (bool, bool)
- func (s *FakeServiceSetting) GetFloat64(_ *beeorm.Engine, key string) (float64, bool)
- func (s *FakeServiceSetting) GetInt(_ *beeorm.Engine, key string) (int, bool)
- func (s *FakeServiceSetting) GetInt64(_ *beeorm.Engine, key string) (int64, bool)
- func (s *FakeServiceSetting) GetString(_ *beeorm.Engine, key string) (string, bool)
- func (s *FakeServiceSetting) GetUint(_ *beeorm.Engine, key string) (uint, bool)
- func (s *FakeServiceSetting) GetUint64(_ *beeorm.Engine, key string) (uint64, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeServiceSetting ¶
func (*FakeServiceSetting) Get ¶
func (s *FakeServiceSetting) Get(_ *beeorm.Engine, key string) (*entity.SettingsEntity, bool)
func (*FakeServiceSetting) GetFloat64 ¶
Click to show internal directories.
Click to hide internal directories.