3 Star 2 Fork 0

info-superbahn-ict / superbahn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
recorder.go 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangshibo 提交于 2022-01-06 11:04 . update
package supbapis
import "github.com/coreos/etcd/clientv3"
type Recorder interface {
WriteAssume(key string, value []byte) (Assume,error)
//Write(key string, value []byte) error
Read(key string) ([]byte,error)
DeleteAssume(key string) (Assume,error)
WatchKey(key string) clientv3.WatchChan
WatchPrefix(prefix string) clientv3.WatchChan
}
Go
1
https://gitee.com/info-superbahn-ict/superbahn.git
git@gitee.com:info-superbahn-ict/superbahn.git
info-superbahn-ict
superbahn
superbahn
5fda629dab96

搜索帮助

53164aa7 5694891 3bd8fe86 5694891