Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GeneratePreviewLocker = make(chan struct{}, 1)
View Source
var GenerationBroadcast = rx.New[struct{}](99)
View Source
var GenerationQueue = queue.NewAtomicQueue[FileKey]()
Functions ¶
func GetPreview ¶
Types ¶
type Datasource ¶
type FileKey ¶
type FileKey string
func BuildPreviewKey ¶
func BuildPreviewKey(datasource Datasource, file string) FileKey
type Preview ¶
type PreviewableFile ¶
Click to show internal directories.
Click to hide internal directories.