Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶ added in v0.5.0
func (*Memory) Refresh ¶ added in v0.5.0
func (m *Memory) Refresh(flags []flag.FeatureFlag, intervalAllowed int) error
func (*Memory) ShouldRefreshCache ¶ added in v0.5.0
type SQLLite ¶ added in v0.5.0
type SQLLite struct {
Flags []flag.FeatureFlag
FileName *string
DB *sql.DB
}
func NewSQLLite ¶ added in v0.5.0
func (*SQLLite) Refresh ¶ added in v0.5.0
func (s *SQLLite) Refresh(flags []flag.FeatureFlag, intervalAllowed int) error
func (*SQLLite) ShouldRefreshCache ¶ added in v0.5.0
type System ¶
func (*System) NewSQLLite ¶ added in v0.5.0
func (s *System) NewSQLLite()
func (*System) SetContext ¶
func (*System) SetFileName ¶ added in v0.4.2
Click to show internal directories.
Click to hide internal directories.