Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel format.LogLevel
Functions ¶
This section is empty.
Types ¶
type TalkResponse ¶
type TalkResponse struct {
SpeakerName string
Title string
FilmedTimestamp int64
Downloads struct {
Video []Video
}
}
func NewTalkResponse ¶
func NewTalkResponse(slug string) (*TalkResponse, error)
func (TalkResponse) Time ¶ added in v1.52.9
func (t TalkResponse) Time() time.Time
func (TalkResponse) Video ¶ added in v1.52.9
func (t TalkResponse) Video(bitrate int64) *Video
Click to show internal directories.
Click to hide internal directories.