 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LivestreamfailsAPIResponse ¶
type LivestreamfailsAPIResponse struct {
	Category struct {
		Label string `json:"label"`
	} `json:"category"`
	CreatedAt      time.Time `json:"createdAt"`
	ImageID        string    `json:"imageId"`
	IsNSFW         bool      `json:"isNSFW"`
	Label          string    `json:"label"`
	RedditScore    int       `json:"redditScore"`
	SourcePlatform string    `json:"sourcePlatform"`
	Streamer       struct {
		Label string `json:"label"`
	} `json:"streamer"`
}
     Click to show internal directories. 
   Click to hide internal directories.