package
0.0.0-20240912083842-89105fc777df
Repository: https://github.com/jorben/rsync-object-storage.git
Documentation: pkg.go.dev

# Functions

Delete 删除KV中指定的元素.
Exists 判断元素是否在集合中且未过期.
Get 获取KV中的指定元素.
GetKV 获取KV实例.
Set 往集合中添加元素.

# Structs

Item 集合中的元素,包含值和过期时间.
KV 一个支持元素具有声明周期的Set集合.