Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetCloudcasts ¶
func (c *Client) GetCloudcasts(name string, options *ListOptions) (Cloudcasts, error)
type CloudcastData ¶
type CloudcastData struct {
Name string `json:"name"`
URL string `json:"url"`
CreatedTime time.Time `json:"created_time,string"`
UpdatedTime time.Time `json:"updated_time,string"`
Slug string `json:"slug"`
Key string `json:"key"`
AudioLength int `json:"audio_length"`
PlayCount int `json:"play_count"`
ListenerCount int `json:"listener_count"`
FavoriteCount int `json:"favorite_count"`
CommentCount int `json:"comment_count"`
RepostCount int `json:"repost_count"`
}
type Cloudcasts ¶
type Cloudcasts struct {
Paging Link `json:"paging,Link"`
Data []CloudcastData
}
Click to show internal directories.
Click to hide internal directories.