1 Star 2 Fork 0

阿债 / xorm-refactor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
strcmp.go 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿债 提交于 2020-07-02 17:18 . 生成enum,调整目录结构
//go:generate enumer -type=StrCmp -text
package enums
type StrCmp int
// 字符串比较方式
const (
Omit StrCmp = iota // 不比较
Contains // 包含
StartsWith // 打头
EndsWith // 结尾
CaseInsensitive // 不分大小写
IgnoreSpaces // 忽略空格
Equal // 相等
)
1
https://gitee.com/azhai/xorm-refactor.git
git@gitee.com:azhai/xorm-refactor.git
azhai
xorm-refactor
xorm-refactor
v1.1.0

搜索帮助