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 ParseLiveEvent(event nostr.Event) LiveEvent
func (LiveEvent) GetHost ¶
func (liev LiveEvent) GetHost() *Participant
func (LiveEvent) ToHashtags ¶
func (liev LiveEvent) ToHashtags() nostr.Tags
type Participant ¶
Click to show internal directories.
Click to hide internal directories.