Documentation ¶
Index ¶
- func DealToLongName(in string) (out string)
- func DownGTPic(dir, id string) (err error)
- func GetGT(id string) (pic []string, err error)
- func PathExists(path string) (bool, error)
- func ReadGTPic(v string) (pics []string)
- func ReadId(v string) (data string)
- func ReadTitle(v string) (data string)
- type SearchResultExt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DealToLongName ¶
func PathExists ¶
Types ¶
type SearchResultExt ¶
type SearchResultExt struct { Id string Name string `json:"name" type:"varchar(255)" default:"''" comment:""` SimpleName string `json:"simple_name" type:"varchar(255)" default:"''" comment:""` }
func GetHotGT ¶
func GetHotGT(p int) (data []SearchResultExt, err error)
func GetNewGT ¶
func GetNewGT(p int) (data []SearchResultExt, err error)
func GetSearchResult ¶
func GetSearchResult(search string, p int) (data []SearchResultExt, err error)
Click to show internal directories.
Click to hide internal directories.