Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoGenerated ¶
type AutoGenerated []struct { ID string `json:"id"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` PromotedAt string `json:"promoted_at"` Width int `json:"width"` Height int `json:"height"` Color string `json:"color"` BlurHash string `json:"blur_hash"` Description string `json:"description"` AltDescription string `json:"alt_description"` Urls Urls `json:"urls"` Links Links `json:"links"` Categories []interface{} `json:"categories"` Likes int `json:"likes"` LikedByUser bool `json:"liked_by_user"` CurrentUserCollections []interface{} `json:"current_user_collections"` User User `json:"user"` }
type Resources ¶
type Resources struct { ID string `json:"id"` Icon string `json:"icon"` Name string `json:"name"` Tag string `json:"tag"` Desc string `json:"desc"` Explain string `json:"explain"` //说明 Url string `json:"url"` Topping bool `json:"topping"` //是否置顶 CreateAt time.Time `json:"createAt"` UpdateAt time.Time `json:"updateAt"` }
Resources 工具资源
type RotationImage ¶
Click to show internal directories.
Click to hide internal directories.