v1

package
v0.0.0-...-fc9f0a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEconomicsRecordList

func GetEconomicsRecordList(ctx iris.Context)

经济记录列表

func GetEntertainmentRecordList

func GetEntertainmentRecordList(ctx iris.Context)

娱乐记录列表

func GetListByKeywordFromAllRecord

func GetListByKeywordFromAllRecord(key string) (interface{}, error)

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)

func GetMilitaryRecordList

func GetMilitaryRecordList(ctx iris.Context)

军事记录列表

func GetPersonageRecordList

func GetPersonageRecordList(ctx iris.Context)

人物记录列表

func GetRecordList

func GetRecordList(ctx iris.Context)

按catalog匹配查看记录列表

func GetRecordListByKey

func GetRecordListByKey(ctx iris.Context)

根据关键字获取记录列表

func GetSportRecordList

func GetSportRecordList(ctx iris.Context)

体育记录列表

Types

type GetEconomicsRecordListReq

type GetEconomicsRecordListReq struct {
}

type GetEntertainmentRecordListReq

type GetEntertainmentRecordListReq struct {
}

type GetMilitaryRecordListReq

type GetMilitaryRecordListReq struct {
}

type GetPersonageRecordListReq

type GetPersonageRecordListReq struct {
}

type GetRecordListByKeywordReq

type GetRecordListByKeywordReq struct {
	Keyword string `json:"keyword,omitempty"`
	Catalog string `json:"catalog"`
}

type GetRecordListReq

type GetRecordListReq struct {
	Catalog string `json:"catalog"`
}

type GetSportRecordListReq

type GetSportRecordListReq struct {
}

type ResponseContent

type ResponseContent struct {
	Code    int         `json:"code"`
	Message string      `json:"message"`
	Data    interface{} `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL