Documentation ¶
Index ¶
Constants ¶
View Source
const ( PrefixImageBase string = "/images/" // Deprecated: use the exported Prefixify methods // PrefixImagePoster will get appended to the Poster images name for the router. PrefixImagePoster string = "/images/poster/" // Deprecated: use the exported Prefixify methods // PrefixImageBanner will get appended to the Banner images name for the router. PrefixImageBanner string = "/images/banner/" // Deprecated: use the exported Prefixify methods // PrefixImageThumbnail will get appended to the Thumbnail images name for the router. PrefixImageThumbnail string = "/images/thumbnail/" // Deprecated: use the exported Prefixify methods // PrefixVideo will get appended to the Video path for the router. PrefixVideo string = "/videos/" )
Variables ¶
View Source
var ExternalURL atomic.Pointer[string]
Functions ¶
func PrefixifyImageBanner ¶
func PrefixifyImagePoster ¶
func PrefixifyImageThumbnail ¶
func PrefixifyVideo ¶
func Unprefixify ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.