Documentation
¶
Index ¶
- func GetChannel(channel string, getFollowers bool) types.Channel
- func GetChannelFollowers(claimId string) (int64, error)
- func GetChannelVideos(page int, channelId string) []types.Video
- func GetCommentLikeDislikes(commentIds []string) map[string][]int64
- func GetComments(claimId string, channelId string, channelName string) []types.Comment
- func GetFrontpageVideos() []types.Video
- func GetLikeDislike(claimId string) []int64
- func GetVideo(channel string, video string, claimId string) (types.Video, error)
- func GetVideoStream(video string) string
- func GetVideoViews(claimId string) int64
- func NewUser() string
- func ProcessVideo(videoData gjson.Result) types.Video
- func Search(query string, page int, claimType string, nsfw bool, relatedTo string) ([]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChannelFollowers ¶
func GetCommentLikeDislikes ¶
func GetComments ¶
func GetFrontpageVideos ¶
func GetLikeDislike ¶
func GetVideoStream ¶
func GetVideoViews ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.