Documentation ¶ Index ¶ func Execute(ctx rcontext.RequestContext, origin string, mediaId string, opts DownloadOpts) (*database.DbMedia, io.ReadCloser, error) type DownloadOpts func (o DownloadOpts) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute(ctx rcontext.RequestContext, origin string, mediaId string, opts DownloadOpts) (*database.DbMedia, io.ReadCloser, error) Types ¶ type DownloadOpts ¶ type DownloadOpts struct { FetchRemoteIfNeeded bool BlockForReadUntil time.Duration RecordOnly bool CanRedirect bool } func (DownloadOpts) String ¶ func (o DownloadOpts) String() string Source Files ¶ View all Source files pipeline.go Click to show internal directories. Click to hide internal directories.