Documentation ¶ Index ¶ func Search(ctx *gin.Context) func Streams(ctx *gin.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Search ¶ func Search(ctx *gin.Context) Search godoc @Summary Search @Description Search @Tags piped @Accept json @Produce json @Param q query string true "Query" @Success 200 {string} JSON "Search results" @Router /piped/search [get] func Streams ¶ func Streams(ctx *gin.Context) Streams godoc @Summary Get video streams @Description Get video streams by video ID @Tags piped @Accept json @Produce json @Param videoID path string true "Video ID" @Success 200 {string} JSON "Video streams" @Router /piped/streams/{videoID} [get] Types ¶ This section is empty. Source Files ¶ View all Source files search.gostreams.go Directories ¶ Show internal Expand all Path Synopsis opensearch Click to show internal directories. Click to hide internal directories.