草庐IT

XormStruct

全部标签

go - 存储有关结构的信息/引用

我正在寻找一种方法来存储结构函数应该使用的信息。每个结构对应于特定的数据库表。typeRecordstruct{TableNamestringPrimaryKeystring//XormStruct//howcanIstoreUserorPosthere?XormStruct2interface{}//seeIhavetriedbelowXormStruct3reflect.Type//seeIhavetriedbelow}varposts[]PostvarListOfTables[...]Record{{"User","id",User},//{"Post","post_id",Po

go - 存储有关结构的信息/引用

我正在寻找一种方法来存储结构函数应该使用的信息。每个结构对应于特定的数据库表。typeRecordstruct{TableNamestringPrimaryKeystring//XormStruct//howcanIstoreUserorPosthere?XormStruct2interface{}//seeIhavetriedbelowXormStruct3reflect.Type//seeIhavetriedbelow}varposts[]PostvarListOfTables[...]Record{{"User","id",User},//{"Post","post_id",Po