//
pkg.gl
Category
github.com/finishy1995/go-library
storage
core
package
0.2.0
Repository:
https://github.com/finishy1995/go-library.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
5
Files
23 SLOC
#
Variables
ErrDuplicateKey
ErrDuplicateKey 主键重复.
ErrExpiredValue
ErrExpiredValue 当前对象非最新.
ErrMissingRangeValue
ErrMissingRangeValue 排序值丢失.
ErrNotFound
ErrNotFound 未查询到指定对象.
ErrUnsupportedExprType
ErrUnsupportedExprType 不支持的筛选字符串类型.
ErrUnsupportedValueType
ErrUnsupportedValueType 不支持的参数类型.
#
Structs
Model
Model 数据标准模型,使用 Version 做版本管理 + 乐观锁.