Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultHost = "gateway01.us-west-2.prod.aws.tidbcloud.com" DefaultPort = 4000 DefaultRoot = "4A7D3bbkQWsWSEH.root" DefaultGuest = "4A7D3bbkQWsWSEH.guest" DefaultPass = "11111111" DefaultDB = "xkcd" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Comic ¶
type Comic struct { Num int `json:"num"` Year string `json:"year"` Month string `json:"month"` Day string `json:"day"` Title string `json:"title"` Alt string `json:"alt"` ImgUrl string `json:"img"` Content []byte `json:"_"` }
Comic represents a XKCD comic
func GetComicMeta ¶
GetComicMeta gets a Comic meta from xkcd. If n = 0, gets the current comic This function will not down the image, you need to call DownImg later.
Click to show internal directories.
Click to hide internal directories.