package
0.2.0
Repository: https://github.com/finishy1995/go-library.git
Documentation: pkg.go.dev

# Variables

ErrDuplicateKey 主键重复.
ErrExpiredValue 当前对象非最新.
ErrMissingRangeValue 排序值丢失.
ErrNotFound 未查询到指定对象.
ErrUnsupportedExprType 不支持的筛选字符串类型.
ErrUnsupportedValueType 不支持的参数类型.

# Structs

Model 数据标准模型,使用 Version 做版本管理 + 乐观锁.