Documentation ¶
Overview ¶
Package store provides the implementation for a file system based storage provider. This enables all document upload previews to be processed AND stored locally.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalStorageProvider ¶
type LocalStorageProvider struct { }
LocalStorageProvider provides an implementation of StorageProvider.
func (*LocalStorageProvider) Convert ¶
func (store *LocalStorageProvider) Convert(params api.ConversionJobRequest) (filename string, fileResult *api.DocumentConversionResponse, err error)
Convert a file from its native format into Documize internal format.
Click to show internal directories.
Click to hide internal directories.