package
0.0.0-20240311064956-9d85d0065498
Repository: https://github.com/coderi421/kyuu.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
NewErrUnknownColumn 返回代表未知列的错误 一般意味着你使用了错误的列名 注意和 NewErrUnknownField 区别.
NewErrUnknownField 返回代表未知字段的错误 一般意味着你可能输入的是列名,或者输入了错误的字段名.
No description provided by the author
NewErrUnsupportedExpressionType 返回一个不支持该 expression 错误信息.
NewErrUnsupportedSelectable 返回一个不支持该 selectable 的错误信息 即 exp 不能作为 SELECT xxx 的一部分.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
ErrPointerOnly 只支持一级指针作为输入 看到这个 error 说明你输入了其它的东西 我们并不希望用户能够直接使用 err == ErrPointerOnly 所以放在我们的 internal 包里.
No description provided by the author