Commit e0d10952 authored by linj's avatar linj Committed by vipwzw

add err

parent 6c3976ca
......@@ -15,4 +15,6 @@ var (
ErrUnfreezeID = errors.New("ErrUnfreezeID")
// ErrNoPrivilege 没有权限
ErrNoPrivilege = errors.New("ErrNoPrivilege")
// ErrTerminated 已经被取消过了
ErrTerminated = errors.New("ErrTerminated")
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment