我的问题是关于Go中的类型定义以及何时将其用于基本类型。考虑以下示例。我有这个结构,它代表我的数据库中的一行:typeDBEntityAttributestruct{Iduint64EntityIduint64EndPointNumberuint8AttributeNumberuint8ParentIduint64ValuestringTagintContentTypesql.NullStringMaturityintAuthorintAttributeTypestringIsNegatedbool}EntityId和AttributeNumber是我在代码各处的许多其他结构中使用的属