Versions in this module Expand all Collapse all v1 v1.4.1 Jan 6, 2025 v1.4.0 Dec 12, 2024 Changes in this version + func Clear() + func GetArray(key string) ([]string, bool) + func GetBool(key string) (bool, bool) + func GetInt64(key string) (int64, bool) + func GetString(key string) (string, bool) + func SetArray(key string, val []string) + func SetBool(key string, val bool) + func SetInt64(key string, val int64) + func SetString(key, val string) + type KeyValue struct + Key string + Value interface{} + func List(filter ...string) []KeyValue