Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-02-01 10:20:50 +08:00
parent 4ce296d7ae
commit 89536ceb19
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 21 additions and 9 deletions

View file

@ -877,9 +877,10 @@ func GetAttributeViewI18n(key string) string {
}
var (
ErrViewNotFound = errors.New("view not found")
ErrKeyNotFound = errors.New("key not found")
ErrWrongLayoutType = errors.New("wrong layout type")
ErrAttributeViewNotFound = errors.New("attribute view not found")
ErrViewNotFound = errors.New("view not found")
ErrKeyNotFound = errors.New("key not found")
ErrWrongLayoutType = errors.New("wrong layout type")
)
const (