Documentation ¶
Index ¶
Constants ¶
View Source
const ( GELBOORU_IMAGE_SEARCH string = `https://www.gelbooru.com/index.php?page=dapi&s=post&q=index&json=1&tags=%s&pid=%d` GELBOORU_IMAGE_STORE string = `./store/%s/` GELBOORU_IMAGE_SIZE int = 256 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GelbooruAttribute ¶
type GelbooruPost ¶
type GelbooruPosts ¶
type GelbooruPosts []GelbooruPost
type GelbooruSearch ¶
type GelbooruSearch struct { Attributes GelbooruAttribute `json:"@attributes"` Posts GelbooruPosts `json:"post"` }
Click to show internal directories.
Click to hide internal directories.