2 Star 2 Fork 1

cockroachdb/cockroach

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
formatversion_string.go 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Code generated by "stringer -type=FormatVersion"; DO NOT EDIT.
package sqlbase
import "fmt"
const _FormatVersion_name = "BaseFormatVersionFamilyFormatVersionInterleavedFormatVersion"
var _FormatVersion_index = [...]uint8{0, 17, 36, 60}
func (i FormatVersion) String() string {
i -= 1
if i >= FormatVersion(len(_FormatVersion_index)-1) {
return fmt.Sprintf("FormatVersion(%d)", i+1)
}
return _FormatVersion_name[_FormatVersion_index[i]:_FormatVersion_index[i+1]]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_cockroachdb/cockroach.git
git@gitee.com:mirrors_cockroachdb/cockroach.git
mirrors_cockroachdb
cockroach
cockroach
v1.1.8

搜索帮助