Documentation ¶
Index ¶
- func GetEconomicsRecordList(ctx iris.Context)
- func GetEntertainmentRecordList(ctx iris.Context)
- func GetListByKeywordFromAllRecord(key string) (interface{}, error)
- func GetListByKeywordFromEconomicsRecord(key string) (*[]mysql.EconomicsRecordList, error)
- func GetListByKeywordFromEntertainmentRecord(key string) (*[]mysql.EntertainmentRecordList, error)
- func GetListByKeywordFromMilitaryRecord(key string) (*[]mysql.MilitaryRecordList, error)
- func GetListByKeywordFromPersonageRecord(key string) (*[]mysql.PersonageRecordList, error)
- func GetListByKeywordFromSportRecord(key string) (*[]mysql.SportRecordList, error)
- func GetMilitaryRecordList(ctx iris.Context)
- func GetPersonageRecordList(ctx iris.Context)
- func GetRecordList(ctx iris.Context)
- func GetRecordListByKey(ctx iris.Context)
- func GetSportRecordList(ctx iris.Context)
- type GetEconomicsRecordListReq
- type GetEntertainmentRecordListReq
- type GetMilitaryRecordListReq
- type GetPersonageRecordListReq
- type GetRecordListByKeywordReq
- type GetRecordListReq
- type GetSportRecordListReq
- type ResponseContent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetListByKeywordFromAllRecord ¶
TODO 所有表合集
func GetListByKeywordFromEconomicsRecord ¶
func GetListByKeywordFromEconomicsRecord(key string) (*[]mysql.EconomicsRecordList, error)
func GetListByKeywordFromEntertainmentRecord ¶
func GetListByKeywordFromEntertainmentRecord(key string) (*[]mysql.EntertainmentRecordList, error)
func GetListByKeywordFromMilitaryRecord ¶
func GetListByKeywordFromMilitaryRecord(key string) (*[]mysql.MilitaryRecordList, error)
func GetListByKeywordFromPersonageRecord ¶
func GetListByKeywordFromPersonageRecord(key string) (*[]mysql.PersonageRecordList, error)
func GetListByKeywordFromSportRecord ¶
func GetListByKeywordFromSportRecord(key string) (*[]mysql.SportRecordList, error)
Types ¶
type GetEconomicsRecordListReq ¶
type GetEconomicsRecordListReq struct { }
type GetEntertainmentRecordListReq ¶
type GetEntertainmentRecordListReq struct { }
type GetMilitaryRecordListReq ¶
type GetMilitaryRecordListReq struct { }
type GetPersonageRecordListReq ¶
type GetPersonageRecordListReq struct { }
type GetRecordListReq ¶
type GetRecordListReq struct {
Catalog string `json:"catalog"`
}
type GetSportRecordListReq ¶
type GetSportRecordListReq struct { }
type ResponseContent ¶
Click to show internal directories.
Click to hide internal directories.