Versions in this module Expand all Collapse all v0 v0.0.1 Mar 16, 2026 Changes in this version + var ErrDisableStatus = errors.New("状态关闭") + var ErrImageNotFound = errors.New("未识别到有新增镜像") + var ErrRecordNotUpdate = errors.New("record not updated") + func IsDisableStatus(err error) bool + func IsImageNotFound(err error) bool + func IsNotFound(err error) bool + func IsNotUpdated(err error) bool