Documentation
¶
Index ¶
- Variables
- func GetTypeValues(ctx echo.Context, typ string, defaultValue ...string) ([]string, error)
- func GetTypeValuesNocache(ctx echo.Context, typ string, defaultValue ...string) ([]string, error)
- func GetValue(ctx echo.Context, key string, defaultValue ...string) (string, error)
- func GetValueNocache(ctx echo.Context, key string, defaultValue ...string) (string, error)
- func RemoveCache(kv *dbschema.NgingKv) error
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTTL int64 = 86400 * 7
Functions ¶
func GetTypeValues ¶
func GetTypeValuesNocache ¶
func GetValueNocache ¶
func RemoveCache ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.