Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) DownloadPostTo ¶
type ListPostsResponse ¶
type ListPostsResponse struct {
Posts []Post `json:"posts,omitempty"`
}
type Post ¶
type Post struct { ID int `json:"id,omitempty"` CreatedAt time.Time `json:"created_at,omitempty"` UpdatedAt time.Time `json:"updated_at,omitempty"` LockedTags []string `json:"locked_tags,omitempty"` ChangeSequence int `json:"change_seq,omitempty"` Rating string `json:"rating,omitempty"` FavCount int `json:"fav_count,omitempty"` Pools []int `json:"pools,omitempty"` ApproverID int `json:"approver_id,omitempty"` UploaderID int `json:"uploader_id,omitempty"` Description string `json:"description,omitempty"` CommentCount int `json:"comment_count,omitempty"` IsFavorited bool `json:"is_favorited,omitempty"` File File `json:"file,omitempty"` Preview Preview `json:"preview,omitempty"` Sample Sample `json:"sample,omitempty"` Score Score `json:"score,omitempty"` Tags Tags `json:"tags,omitempty"` Flags Flags `json:"flags,omitempty"` Relationships Relationships `json:"relationships,omitempty"` }
type Relationships ¶
type State ¶
type State struct {
gallium.AllInvalidStateProvider
}
func (State) Aspect ¶
func (s State) Aspect() gallium.StateAspect
Click to show internal directories.
Click to hide internal directories.