modelRT/constant/attrs_key.go

10 lines
238 B
Go
Raw Normal View History

2025-07-31 16:52:21 +08:00
// Package constants define constant variable
package constants
const (
// ShortAttrKeyLenth define short attribute key length
ShortAttrKeyLenth int = 4
// LongAttrKeyLenth define long attribute key length
LongAttrKeyLenth int = 7
)