Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Redgifs ¶
type Redgifs struct { Metadata model.Metadata Callback func(event event.Event) // contains filtered or unexported fields }
func (*Redgifs) QueryMedia ¶
func (*Redgifs) SetExternal ¶
type SourceType ¶
type SourceType interface {
// contains filtered or unexported methods
}
SourceType is the interface that all source types implement. The isSourceType method is unexported to restrict implementation to the same package.
type SourceVideo ¶
type SourceVideo struct {
Id string
}
SourceVideo represents a video source type.
Click to show internal directories.
Click to hide internal directories.