Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LiveEvent ¶
type LiveEvent struct {
Identifier string
Title string
Summary string
Image string
Status string
CurrentParticipants int
TotalParticipants int
Streaming []string
Recording []string
Starts, Ends time.Time
Participants []Participant
Relays []string
}
func ParseLiveEvent ¶
func (LiveEvent) GetHost ¶
func (liev LiveEvent) GetHost() *Participant
func (LiveEvent) ToHashtags ¶
type Participant ¶
Click to show internal directories.
Click to hide internal directories.