Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Creator ¶
type Creator struct {
AcceptsTips bool `json:"accepts_tips"`
CountOfDesigns int `json:"count_of_designs"`
CountOfFollowers int `json:"count_of_followers"`
CountOfFollowing int `json:"count_of_following"`
Cover string `json:"cover"`
FirstName string `json:"first_name"`
ID int `json:"id"`
IsFollowing bool `json:"is_following"`
LastName string `json:"last_name"`
Location string `json:"location"`
Name string `json:"name"`
PublicURL string `json:"public_url"`
Thumbnail string `json:"thumbnail"`
URL string `json:"url"`
}
type SearchOpts ¶
func (SearchOpts) Query ¶
func (so SearchOpts) Query() string
type Thing ¶
type Thing struct {
CommentCount int `json:"comment_count"`
CreatedAt string `json:"created_at"`
Creator Creator `json:"creator"`
ID int `json:"id"`
IsNsfw bool `json:"is_nsfw"`
IsPrivate interface{} `json:"is_private"`
IsPublished interface{} `json:"is_published"`
IsPurchased interface{} `json:"is_purchased"`
LikeCount int `json:"like_count"`
Name string `json:"name"`
PreviewImage string `json:"preview_image"`
PublicURL string `json:"public_url"`
Tags []Tag `json:"tags"`
Thumbnail string `json:"thumbnail"`
URL string `json:"url"`
}
Click to show internal directories.
Click to hide internal directories.