1 Star 0 Fork 0

infra-io/kafo-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
status.go 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
水不要鱼 提交于 2020-11-19 00:07 . 并发支持的大重构开发
// Copyright 2020 Ye Zi Jie. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
//
// Author: FishGoddess
// Created at 2020/11/17 22:33:01
package kafo
// Status is the status of kafo.
type Status struct {
// Count records how many entries storing in kafo.
Count int `json:"count"`
// KeySize records the size of keys.
KeySize int64 `json:"keySize"`
// ValueSize records the size of value.
ValueSize int64 `json:"valueSize"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/infra-io/kafo-client.git
[email protected]:infra-io/kafo-client.git
infra-io
kafo-client
kafo-client
main

搜索帮助